summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fp-fast.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-03-09 18:25:40 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-03-09 18:25:40 +0000
commit01b75cc0f27bdb139b96c714e420170ef3ec1caf (patch)
treef8760835e38ba4fe8cfb758f9e4bf5c52eac74fa /llvm/test/CodeGen/X86/fp-fast.ll
parentd6ca3c5ba5746d791bdd9077c07f8842d2f35ce6 (diff)
downloadbcm5719-llvm-01b75cc0f27bdb139b96c714e420170ef3ec1caf.tar.gz
bcm5719-llvm-01b75cc0f27bdb139b96c714e420170ef3ec1caf.zip
Test case hygiene.
llvm-svn: 176772
Diffstat (limited to 'llvm/test/CodeGen/X86/fp-fast.ll')
-rw-r--r--llvm/test/CodeGen/X86/fp-fast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fp-fast.ll b/llvm/test/CodeGen/X86/fp-fast.ll
index d70aa7d79f0..287504801d0 100644
--- a/llvm/test/CodeGen/X86/fp-fast.ll
+++ b/llvm/test/CodeGen/X86/fp-fast.ll
@@ -38,7 +38,7 @@ define float @test3(float %a) {
; CHECK: test4
define float @test4(float %a) {
; CHECK-NOT: fma
-; CHECK-NOT mul
+; CHECK-NOT: mul
; CHECK-NOT: add
; CHECK: ret
%t1 = fmul float %a, 0.0
OpenPOWER on IntegriCloud