summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ/int-div-03.ll
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-12-18 23:04:37 +0000
committerAndrew Trick <atrick@apple.com>2013-12-18 23:04:37 +0000
commit83a71c076c5a966b65a85c688df4b62b185c1771 (patch)
tree691047fa99ba52b44e26e5eba0e0fb46a2762680 /llvm/test/CodeGen/SystemZ/int-div-03.ll
parentd1e3ceb5ecb9a156f45d15ae8ccdcab0deb85590 (diff)
downloadbcm5719-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.ll2
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()
OpenPOWER on IntegriCloud