aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker/Inputs/testlink.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/Inputs/testlink.ll')
-rw-r--r--test/Linker/Inputs/testlink.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Linker/Inputs/testlink.ll b/test/Linker/Inputs/testlink.ll
index 89f02ba..263d9e7 100644
--- a/test/Linker/Inputs/testlink.ll
+++ b/test/Linker/Inputs/testlink.ll
@@ -32,9 +32,9 @@
define i32 @foo(i32 %blah) {
store i32 %blah, i32* @MyVar
- %idx = getelementptr %intlist* @MyIntList, i64 0, i32 1
+ %idx = getelementptr %intlist, %intlist* @MyIntList, i64 0, i32 1
store i32 12, i32* %idx
- %ack = load i32* @0
+ %ack = load i32, i32* @0
%fzo = add i32 %ack, %blah
ret i32 %fzo
}