aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SPARC/globals.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/SPARC/globals.ll')
-rw-r--r--test/CodeGen/SPARC/globals.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SPARC/globals.ll b/test/CodeGen/SPARC/globals.ll
index 3d3eba2..3ef135f 100644
--- a/test/CodeGen/SPARC/globals.ll
+++ b/test/CodeGen/SPARC/globals.ll
@@ -8,7 +8,7 @@
@G = external global i8
define zeroext i8 @loadG() {
- %tmp = load i8* @G
+ %tmp = load i8, i8* @G
ret i8 %tmp
}