diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-11-02 17:36:58 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-11-02 17:36:58 +0000 |
commit | fd26c68b826df92d86b4c1aab659a9f33974a96f (patch) | |
tree | e2d1c2f7062b222ce6c8560ae6a383a749f0eedd /test/CodeGen | |
parent | a1b89c2ad478ffac5e84a0323e451b8bf8322ba7 (diff) | |
download | external_llvm-fd26c68b826df92d86b4c1aab659a9f33974a96f.zip external_llvm-fd26c68b826df92d86b4c1aab659a9f33974a96f.tar.gz external_llvm-fd26c68b826df92d86b4c1aab659a9f33974a96f.tar.bz2 |
Add run line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43645 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/2007-11-01-ISelCrash.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2007-11-01-ISelCrash.ll b/test/CodeGen/X86/2007-11-01-ISelCrash.ll index 8994bf9..704efd0 100644 --- a/test/CodeGen/X86/2007-11-01-ISelCrash.ll +++ b/test/CodeGen/X86/2007-11-01-ISelCrash.ll @@ -1,3 +1,5 @@ +; RUN: llvm-as < %s | llc -march=x86 + %"struct.K::JL" = type <{ i8 }> %struct.jv = type { i64 } |