diff options
Diffstat (limited to 'test/CodeGen/SystemZ/cond-store-03.ll')
-rw-r--r-- | test/CodeGen/SystemZ/cond-store-03.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/cond-store-03.ll b/test/CodeGen/SystemZ/cond-store-03.ll index ba076b0..e2aeecf 100644 --- a/test/CodeGen/SystemZ/cond-store-03.ll +++ b/test/CodeGen/SystemZ/cond-store-03.ll @@ -1,6 +1,6 @@ ; Test 32-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(i32 *) |