summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SPARC/globals.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/SPARC/globals.ll')
-rw-r--r--llvm/test/CodeGen/SPARC/globals.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SPARC/globals.ll b/llvm/test/CodeGen/SPARC/globals.ll
index 3d3eba28af6..3ef135f6d70 100644
--- a/llvm/test/CodeGen/SPARC/globals.ll
+++ b/llvm/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
}
OpenPOWER on IntegriCloud