[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / InstCombine / no-negzero.ll
index f295130b0ea4c20dc159082b8534d525dd4cf758..4ed283603446ada2fd4a764a5db696d5df668a27 100644 (file)
@@ -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 {