diff options
author | Andrew Trick <atrick@apple.com> | 2013-12-18 23:04:37 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-12-18 23:04:37 +0000 |
commit | 83a71c076c5a966b65a85c688df4b62b185c1771 (patch) | |
tree | 691047fa99ba52b44e26e5eba0e0fb46a2762680 /llvm/test/CodeGen/SystemZ/int-div-03.ll | |
parent | d1e3ceb5ecb9a156f45d15ae8ccdcab0deb85590 (diff) | |
download | bcm5719-llvm-83a71c076c5a966b65a85c688df4b62b185c1771.tar.gz bcm5719-llvm-83a71c076c5a966b65a85c688df4b62b185c1771.zip |
Revert "Add -mcpu=z10 to SystemZ tests."
This reverts commit r197466.
The MachineCSE fix that required the -mcpu flag has been disabled
until more work can be done to fix downstream issues. Adding -mcpu
wasn't the right workaround anyway.
llvm-svn: 197624
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 b98ffaad49c..7c0409018f1 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 -mcpu=z10 | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s declare i64 @foo() |