diff options
Diffstat (limited to 'test/CodeGen/SystemZ/02-RetAnd.ll')
-rw-r--r-- | test/CodeGen/SystemZ/02-RetAnd.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/02-RetAnd.ll b/test/CodeGen/SystemZ/02-RetAnd.ll index e174d07..b6ac5a1 100644 --- a/test/CodeGen/SystemZ/02-RetAnd.ll +++ b/test/CodeGen/SystemZ/02-RetAnd.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc +; RUN: llvm-as < %s | llc -march=systemz define i64 @foo(i64 %a, i64 %b) { entry: |