diff options
Diffstat (limited to 'test/CodeGen/SPARC/obj-relocs.ll')
-rw-r--r-- | test/CodeGen/SPARC/obj-relocs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SPARC/obj-relocs.ll b/test/CodeGen/SPARC/obj-relocs.ll index 6d57598..115263a 100644 --- a/test/CodeGen/SPARC/obj-relocs.ll +++ b/test/CodeGen/SPARC/obj-relocs.ll @@ -21,7 +21,7 @@ define i64 @foo(i64 %a) { entry: - %0 = load i64* @AGlobalVar, align 4 + %0 = load i64, i64* @AGlobalVar, align 4 %1 = add i64 %a, %0 %2 = call i64 @bar(i64 %1) ret i64 %2 |