diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Transforms/InstCombine/fast-math.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/fast-math.ll b/test/Transforms/InstCombine/fast-math.ll index 42241409ff..b6a15677bb 100644 --- a/test/Transforms/InstCombine/fast-math.ll +++ b/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 |