[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / InstCombine / stpcpy-2.ll
index 2e92c0895ed48467f9be3ce6d1a1bd881b8eb9d3..6a0f7530d5a865a4b82f1f09821ede2dbb9b1489 100644 (file)
@@ -11,7 +11,7 @@ target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f3
 declare i16* @stpcpy(i8*, i8*)
 
 define void @test_no_simplify1() {
-; CHECK: @test_no_simplify1
+; CHECK-LABEL: @test_no_simplify1(
 
   %dst = getelementptr [32 x i8]* @a, i32 0, i32 0
   %src = getelementptr [6 x i8]* @hello, i32 0, i32 0