diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/int-div-01.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/int-div-01.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/int-div-01.ll b/llvm/test/CodeGen/SystemZ/int-div-01.ll index cc107e46794..2c21186e336 100644 --- a/llvm/test/CodeGen/SystemZ/int-div-01.ll +++ b/llvm/test/CodeGen/SystemZ/int-div-01.ll @@ -1,6 +1,6 @@ ; Test 32-bit signed division and remainder. ; -; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s declare i32 @foo() |