aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/no-negzero.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/no-negzero.ll')
-rw-r--r--test/Transforms/InstCombine/no-negzero.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/no-negzero.ll b/test/Transforms/InstCombine/no-negzero.ll
index f295130b0e..4ed2836034 100644
--- a/test/Transforms/InstCombine/no-negzero.ll
+++ b/test/Transforms/InstCombine/no-negzero.ll
@@ -4,7 +4,7 @@
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
target triple = "i386-apple-darwin9.8"
-; CHECK: @mysqrt
+; CHECK-LABEL: @mysqrt(
; CHECK-NOT: fadd
; CHECK: ret
define double @mysqrt(double %x) nounwind {