diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/fneg.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/fneg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/fneg.ll b/llvm/test/CodeGen/PowerPC/fneg.ll index c34a7b19503..1a4f48c1142 100644 --- a/llvm/test/CodeGen/PowerPC/fneg.ll +++ b/llvm/test/CodeGen/PowerPC/fneg.ll @@ -1,4 +1,4 @@ -; RUN: llc -verify-machineinstrs < %s -march=ppc32 | not grep fneg +; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep fneg define double @test1(double %a, double %b, double %c, double %d) { entry: |