From 07149b77979812c9deeb99848d89213f7779683c Mon Sep 17 00:00:00 2001 From: Shuxin Yang Date: Thu, 29 Nov 2012 18:09:37 +0000 Subject: fix a typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168909 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/fast-math.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-18-g5258