aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline/ephemeral.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Inline/ephemeral.ll')
-rw-r--r--test/Transforms/Inline/ephemeral.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Inline/ephemeral.ll b/test/Transforms/Inline/ephemeral.ll
index d1135c6..7e5ae03 100644
--- a/test/Transforms/Inline/ephemeral.ll
+++ b/test/Transforms/Inline/ephemeral.ll
@@ -3,7 +3,7 @@
@a = global i32 4
define i1 @inner() {
- %a1 = load volatile i32* @a
+ %a1 = load volatile i32, i32* @a
%x1 = add i32 %a1, %a1
%c = icmp eq i32 %x1, 0