diff options
Diffstat (limited to 'test/Feature/aliases.ll')
-rw-r--r-- | test/Feature/aliases.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Feature/aliases.ll b/test/Feature/aliases.ll index c11fc47..f03e3cf 100644 --- a/test/Feature/aliases.ll +++ b/test/Feature/aliases.ll @@ -30,9 +30,9 @@ define i32 @foo_f() { define i32 @test() { entry: - %tmp = load i32* @foo1 - %tmp1 = load i32* @foo2 - %tmp0 = load i32* @bar_i + %tmp = load i32, i32* @foo1 + %tmp1 = load i32, i32* @foo2 + %tmp0 = load i32, i32* @bar_i %tmp2 = call i32 @foo_f() %tmp3 = add i32 %tmp, %tmp2 %tmp4 = call %FunTy* @bar_f() |