summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ/05-MemRegLoads.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/SystemZ/05-MemRegLoads.ll')
-rw-r--r--test/CodeGen/SystemZ/05-MemRegLoads.ll14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/CodeGen/SystemZ/05-MemRegLoads.ll b/test/CodeGen/SystemZ/05-MemRegLoads.ll
index 0dc5920ea3..f690a48899 100644
--- a/test/CodeGen/SystemZ/05-MemRegLoads.ll
+++ b/test/CodeGen/SystemZ/05-MemRegLoads.ll
@@ -1,10 +1,10 @@
-; RUN: llvm-as < %s | llc -march=systemz | not grep aghi
-; RUN: llvm-as < %s | llc -march=systemz | grep llgf | count 1
-; RUN: llvm-as < %s | llc -march=systemz | grep llgh | count 1
-; RUN: llvm-as < %s | llc -march=systemz | grep llgc | count 1
-; RUN: llvm-as < %s | llc -march=systemz | grep lgf | count 2
-; RUN: llvm-as < %s | llc -march=systemz | grep lgh | count 2
-; RUN: llvm-as < %s | llc -march=systemz | grep lgb | count 1
+; RUN: llc < %s -march=systemz | not grep aghi
+; RUN: llc < %s -march=systemz | grep llgf | count 1
+; RUN: llc < %s -march=systemz | grep llgh | count 1
+; RUN: llc < %s -march=systemz | grep llgc | count 1
+; RUN: llc < %s -march=systemz | grep lgf | count 2
+; RUN: llc < %s -march=systemz | grep lgh | count 2
+; RUN: llc < %s -march=systemz | grep lgb | count 1
target datalayout = "E-p:64:64:64-i1:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128"