diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-08-22 00:28:50 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-08-22 00:28:50 +0000 |
commit | d99dda22f482a546ebf7692a7f2dd13162394da7 (patch) | |
tree | a634e97b476b05cde663407fb024bb96e1e0dadf /test | |
parent | 65a3788694ec0c979c0f03188105dacc4882e1bc (diff) | |
download | external_llvm-d99dda22f482a546ebf7692a7f2dd13162394da7.zip external_llvm-d99dda22f482a546ebf7692a7f2dd13162394da7.tar.gz external_llvm-d99dda22f482a546ebf7692a7f2dd13162394da7.tar.bz2 |
Add missing RUN line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79707 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/SystemZ/2009-08-21-InlineAsmRConstraint.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/SystemZ/2009-08-21-InlineAsmRConstraint.ll b/test/CodeGen/SystemZ/2009-08-21-InlineAsmRConstraint.ll index 3cf79c6..9065578 100644 --- a/test/CodeGen/SystemZ/2009-08-21-InlineAsmRConstraint.ll +++ b/test/CodeGen/SystemZ/2009-08-21-InlineAsmRConstraint.ll @@ -1,3 +1,4 @@ +; RUN: llvm-as < %s | llc target datalayout = "E-p:64:64:64-i1:8:8-i8:8:16-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:16:16-f128:128:128" target triple = "s390x-ibm-linux-gnu" |