diff options
author | Shuxin Yang <shuxin.llvm@gmail.com> | 2012-11-29 18:09:37 +0000 |
---|---|---|
committer | Shuxin Yang <shuxin.llvm@gmail.com> | 2012-11-29 18:09:37 +0000 |
commit | 07149b77979812c9deeb99848d89213f7779683c (patch) | |
tree | e3beea4ce0e25fa6d0b797d9130f7894f75c5722 /test/Transforms/InstCombine/fast-math.ll | |
parent | bc5fb067852a2a0ae3de63d2d561e2b4010eb29a (diff) |
fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168909 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/fast-math.ll')
-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 |