diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/load-constant-addr.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/load-constant-addr.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/load-constant-addr.ll b/llvm/test/CodeGen/PowerPC/load-constant-addr.ll index f2c69eb2b4a..4e97925eca9 100644 --- a/llvm/test/CodeGen/PowerPC/load-constant-addr.ll +++ b/llvm/test/CodeGen/PowerPC/load-constant-addr.ll @@ -1,6 +1,6 @@ ; Should fold the ori into the lfs. -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep lfs -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | not grep ori +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep lfs +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep ori define float @test() { %tmp.i = load float, float* inttoptr (i32 186018016 to float*) ; <float> [#uses=1] |