diff options
| -rw-r--r-- | llvm/test/Transforms/InstCombine/fast-math.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/fast-math.ll b/llvm/test/Transforms/InstCombine/fast-math.ll index 4224140..b6a1567 100644 --- a/llvm/test/Transforms/InstCombine/fast-math.ll +++ b/llvm/test/Transforms/InstCombine/fast-math.ll @@ -23,7 +23,7 @@ notfold: } define float @fold2(float %a) { -notfold2: +fold2: ; CHECK: fold2 ; CHECK: fmul float %a, 0x4006147AE0000000 %mul = fmul float %a, 0x3FF3333340000000 |
