diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/fp-int-fp.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/fp-int-fp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/fp-int-fp.ll b/llvm/test/CodeGen/PowerPC/fp-int-fp.ll index 0f5ed25cf4d..186539260e5 100644 --- a/llvm/test/CodeGen/PowerPC/fp-int-fp.ll +++ b/llvm/test/CodeGen/PowerPC/fp-int-fp.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc32 -mcpu=g5 | not grep r1 +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- -mcpu=g5 | not grep r1 define double @test1(double %X) { %Y = fptosi double %X to i64 ; <i64> [#uses=1] |