diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-03-09 18:25:40 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-03-09 18:25:40 +0000 |
commit | 01b75cc0f27bdb139b96c714e420170ef3ec1caf (patch) | |
tree | f8760835e38ba4fe8cfb758f9e4bf5c52eac74fa /llvm/test/CodeGen/X86/fp-fast.ll | |
parent | d6ca3c5ba5746d791bdd9077c07f8842d2f35ce6 (diff) | |
download | bcm5719-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.ll | 2 |
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 |