diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/fpcopy.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/fpcopy.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/fpcopy.ll b/llvm/test/CodeGen/PowerPC/fpcopy.ll index 7b9446baac0..ad814a5420e 100644 --- a/llvm/test/CodeGen/PowerPC/fpcopy.ll +++ b/llvm/test/CodeGen/PowerPC/fpcopy.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=ppc32 | not grep fmr +; RUN: llc -verify-machineinstrs < %s -march=ppc32 | not grep fmr define double @test(float %F) { %F.upgrd.1 = fpext float %F to double ; <double> [#uses=1] |