aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SCCP/apint-ipsccp3.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/SCCP/apint-ipsccp3.ll')
-rw-r--r--test/Transforms/SCCP/apint-ipsccp3.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/SCCP/apint-ipsccp3.ll b/test/Transforms/SCCP/apint-ipsccp3.ll
index 68987ae..c99ae58 100644
--- a/test/Transforms/SCCP/apint-ipsccp3.ll
+++ b/test/Transforms/SCCP/apint-ipsccp3.ll
@@ -5,13 +5,13 @@
define void @foo() {
- %X = load i66* @G
+ %X = load i66, i66* @G
store i66 %X, i66* @G
ret void
}
define i66 @bar() {
- %V = load i66* @G
+ %V = load i66, i66* @G
%C = icmp eq i66 %V, 17
br i1 %C, label %T, label %F
T: