aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Transforms/Inline/alloca_test.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/Inline/alloca_test.ll b/test/Transforms/Inline/alloca_test.ll
index 46c4848b95..4b474908ee 100644
--- a/test/Transforms/Inline/alloca_test.ll
+++ b/test/Transforms/Inline/alloca_test.ll
@@ -5,6 +5,7 @@
int %func(int %i) {
%X = alloca int
+ store int %i, int* %X
ret int %i
}