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 | deb36bd9d428d6182a7d89fe01bd1b2845645cac (patch) | |
tree | e2d1c2f7062b222ce6c8560ae6a383a749f0eedd | |
parent | 7277a7d031d2ccd66e2c3da0c797af0bf9f089ca (diff) |
Add run line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43645 91177308-0d34-0410-b5e6-96231b3b80d8
-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 8994bf9981..704efd0ef8 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 } |