diff options
Diffstat (limited to 'test/Transforms/MergeFunc/inttoptr.ll')
-rw-r--r-- | test/Transforms/MergeFunc/inttoptr.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/MergeFunc/inttoptr.ll b/test/Transforms/MergeFunc/inttoptr.ll index 93250fa..6a69e3f 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* |