aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Transforms/DSAnalysis/simplest-test.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Transforms/DSAnalysis/simplest-test.ll b/test/Transforms/DSAnalysis/simplest-test.ll
new file mode 100644
index 0000000000..1a1bcc2f59
--- /dev/null
+++ b/test/Transforms/DSAnalysis/simplest-test.ll
@@ -0,0 +1,6 @@
+
+
+void %foo(int* %X) {
+ store int 4, int* %X
+ ret void
+}