From 58b90b1e38ec6f5d6f11afae1cf3097dc8fb49aa Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Sat, 14 Sep 2013 02:44:06 +0000 Subject: [PATCH] Add missing CHECK-LABEL git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190740 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/MergeFunc/inttoptr.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Transforms/MergeFunc/inttoptr.ll b/test/Transforms/MergeFunc/inttoptr.ll index 93250fa8ed1..6a69e3fcfd8 100644 --- a/test/Transforms/MergeFunc/inttoptr.ll +++ b/test/Transforms/MergeFunc/inttoptr.ll @@ -46,6 +46,7 @@ bb: define internal hidden i8* @func35(%.qux.2585* nocapture %this) align 2 { bb: +; CHECK-LABEL: @func35( ; CHECK: %[[V2:.+]] = bitcast %.qux.2585* %{{.*}} to %.qux.2496* ; CHECK: %[[V3:.+]] = tail call i32 @func10(%.qux.2496* %[[V2]]) ; CHECK: %{{.*}} = inttoptr i32 %[[V3]] to i8* -- 2.11.0