summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-08-22 00:28:50 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-08-22 00:28:50 +0000
commitd99dda22f482a546ebf7692a7f2dd13162394da7 (patch)
treea634e97b476b05cde663407fb024bb96e1e0dadf /test
parent65a3788694ec0c979c0f03188105dacc4882e1bc (diff)
downloadllvm-d99dda22f482a546ebf7692a7f2dd13162394da7.tar.gz
llvm-d99dda22f482a546ebf7692a7f2dd13162394da7.tar.bz2
llvm-d99dda22f482a546ebf7692a7f2dd13162394da7.tar.xz
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.ll1
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 3cf79c6dc1..90655787a7 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"