diff options
author | Andrew Trick <atrick@apple.com> | 2013-12-17 05:27:16 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-12-17 05:27:16 +0000 |
commit | 375ee3e16ac1bdfc9782d0461c22ebfc43bbcc36 (patch) | |
tree | 2fd089f552369238b3129bc181bdb57131407901 /llvm/test/CodeGen/SystemZ/int-div-03.ll | |
parent | e339828b903a2f17169a5c2f4ffa47dec7102e2b (diff) | |
download | bcm5719-llvm-375ee3e16ac1bdfc9782d0461c22ebfc43bbcc36.tar.gz bcm5719-llvm-375ee3e16ac1bdfc9782d0461c22ebfc43bbcc36.zip |
Add -mcpu=z10 to SystemZ tests.
llvm-svn: 197466
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/int-div-03.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/int-div-03.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/int-div-03.ll b/llvm/test/CodeGen/SystemZ/int-div-03.ll index 7c0409018f1..b98ffaad49c 100644 --- a/llvm/test/CodeGen/SystemZ/int-div-03.ll +++ b/llvm/test/CodeGen/SystemZ/int-div-03.ll @@ -1,7 +1,7 @@ ; Test 64-bit signed division and remainder when the divisor is ; a signed-extended i32. ; -; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s declare i64 @foo() |