aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/byval-tail-call.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/byval-tail-call.ll')
-rw-r--r--test/Transforms/Inline/byval-tail-call.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/byval-tail-call.ll b/test/Transforms/Inline/byval-tail-call.ll
index 154f397..1e50463 100644
--- a/test/Transforms/Inline/byval-tail-call.ll
+++ b/test/Transforms/Inline/byval-tail-call.ll
@@ -31,7 +31,7 @@ define internal void @qux(i32* byval %x) {
define void @frob(i32* %x) {
; CHECK-LABEL: define void @frob(
; CHECK: %[[POS:.*]] = alloca i32
-; CHECK: %[[VAL:.*]] = load i32* %x
+; CHECK: %[[VAL:.*]] = load i32, i32* %x
; CHECK: store i32 %[[VAL]], i32* %[[POS]]
; CHECK: {{^ *}}call void @ext(i32* %[[POS]]
; CHECK: tail call void @ext(i32* null)