[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / InstCombine / pow-2.ll
index af64cda0904a86c89b1d850a504c195a8f9e88b6..d1ffde703faa75074459a0cf090b898efc3309fb 100644 (file)
@@ -7,7 +7,7 @@ declare float @pow(double, double)
 ; Check that pow functions with the wrong prototype aren't simplified.
 
 define float @test_no_simplify1(double %x) {
-; CHECK: @test_no_simplify1
+; CHECK-LABEL: @test_no_simplify1(
   %retval = call float @pow(double 1.0, double %x)
 ; CHECK-NEXT: call float @pow(double 1.000000e+00, double %x)
   ret float %retval