summaryrefslogtreecommitdiff
path: root/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
commit1cb47b9afe77231d6b87b8445dfec475fb5e59cd (patch)
tree122050cf09fc5ff22ed59e65b40a82e4cf5bfc76 /test/CodeGen/X86/fp-fast.ll
parent64bf55af6f3cc6c6db985d3840547b5869e57222 (diff)
downloadllvm-1cb47b9afe77231d6b87b8445dfec475fb5e59cd.tar.gz
llvm-1cb47b9afe77231d6b87b8445dfec475fb5e59cd.tar.bz2
llvm-1cb47b9afe77231d6b87b8445dfec475fb5e59cd.tar.xz
Test case hygiene.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176772 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fp-fast.ll')
-rw-r--r--test/CodeGen/X86/fp-fast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fp-fast.ll b/test/CodeGen/X86/fp-fast.ll
index d70aa7d79f..287504801d 100644
--- a/test/CodeGen/X86/fp-fast.ll
+++ b/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