diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/08-SimpleMuls.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/08-SimpleMuls.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SystemZ/08-SimpleMuls.ll b/llvm/test/CodeGen/SystemZ/08-SimpleMuls.ll index 8dafa2e68e6..1ab88d6ee7d 100644 --- a/llvm/test/CodeGen/SystemZ/08-SimpleMuls.ll +++ b/llvm/test/CodeGen/SystemZ/08-SimpleMuls.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc | grep msgr | count 2 -; RUN: llvm-as < %s | llc | grep msr | count 2 +; RUN: llc < %s | grep msgr | count 2 +; RUN: llc < %s | grep msr | count 2 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" target triple = "s390x-unknown-linux-gnu" |