aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-11-05 21:12:30 +0000
committerChris Lattner <sabre@nondot.org>2002-11-05 21:12:30 +0000
commit5cd95ba4adf225fa46266a91e29007fcb837afaa (patch)
tree266e0d7444785fbb59dbd7aeef3359c35d7a16ba
parenta0ff4aad41ec238b6ff9941243e739c786946571 (diff)
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4553 91177308-0d34-0410-b5e6-96231b3b80d8
-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
+}