diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/cond-store-04.ll')
| -rw-r--r-- | llvm/test/CodeGen/SystemZ/cond-store-04.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/cond-store-04.ll b/llvm/test/CodeGen/SystemZ/cond-store-04.ll index f00c94cb420..1830f27ebdd 100644 --- a/llvm/test/CodeGen/SystemZ/cond-store-04.ll +++ b/llvm/test/CodeGen/SystemZ/cond-store-04.ll @@ -1,6 +1,6 @@ ; Test 64-bit conditional stores that are presented as selects. ; -; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s +; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s declare void @foo(i64 *) |

