diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/log2_not_readnone.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/log2_not_readnone.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/log2_not_readnone.ll b/llvm/test/CodeGen/ARM/log2_not_readnone.ll index 8068abdff90..67d3ac6193c 100644 --- a/llvm/test/CodeGen/ARM/log2_not_readnone.ll +++ b/llvm/test/CodeGen/ARM/log2_not_readnone.ll @@ -7,9 +7,9 @@ declare double @log2(double) declare double @exp2(double) define void @f() { - ; CHECK: bl log2 + ; CHECK: bl _log2 %1 = call double @log2(double 0.000000e+00) - ; CHECK: bl exp2 + ; CHECK: bl _exp2 %2 = call double @exp2(double 0.000000e+00) ret void } |