diff options
| author | Chad Rosier <mcrosier@apple.com> | 2012-03-01 17:41:19 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2012-03-01 17:41:19 +0000 |
| commit | 2913f500fa5e7e354b8b61e2040e7d40cbbfdec7 (patch) | |
| tree | 3ac0c5274c5fe67ba7d4cca5a4553fe5a2666e02 /llvm/test/CodeGen/X86/log2_not_readnone.ll | |
| parent | f0208ed76a944774370d3f7dfed038a2c6a709b8 (diff) | |
| download | bcm5719-llvm-2913f500fa5e7e354b8b61e2040e7d40cbbfdec7.tar.gz bcm5719-llvm-2913f500fa5e7e354b8b61e2040e7d40cbbfdec7.zip | |
Revert r151816 as Jim has the appropriate fix.
llvm-svn: 151818
Diffstat (limited to 'llvm/test/CodeGen/X86/log2_not_readnone.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/log2_not_readnone.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/log2_not_readnone.ll b/llvm/test/CodeGen/X86/log2_not_readnone.ll index 6c0a35ac0b7..5620835d7ba 100644 --- a/llvm/test/CodeGen/X86/log2_not_readnone.ll +++ b/llvm/test/CodeGen/X86/log2_not_readnone.ll @@ -7,9 +7,9 @@ declare double @log2(double) declare double @exp2(double) define void @f() { - ; CHECK: calll _log2 + ; CHECK: calll log2 %1 = call double @log2(double 0.000000e+00) - ; CHECK: calll _exp2 + ; CHECK: calll exp2 %2 = call double @exp2(double 0.000000e+00) ret void } |

