aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/Inputs/linkage.b.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/Inputs/linkage.b.ll')
-rw-r--r--test/Linker/Inputs/linkage.b.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/Inputs/linkage.b.ll b/test/Linker/Inputs/linkage.b.ll
index 0ada3f4..9c1d066 100644
--- a/test/Linker/Inputs/linkage.b.ll
+++ b/test/Linker/Inputs/linkage.b.ll
@@ -3,7 +3,7 @@
declare i32 @foo()
define void @bar() {
- load i32* @X
+ load i32, i32* @X
call i32 @foo()
ret void
}