Believe it or not, this was broken in LLVM 1.3
authorChris Lattner <sabre@nondot.org>
Mon, 16 Aug 2004 05:39:19 +0000 (05:39 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 16 Aug 2004 05:39:19 +0000 (05:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15812 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/Andersens/trivialtest.ll [new file with mode: 0644]

diff --git a/test/Analysis/Andersens/trivialtest.ll b/test/Analysis/Andersens/trivialtest.ll
new file mode 100644 (file)
index 0000000..5cebe00
--- /dev/null
@@ -0,0 +1,3 @@
+; RUN: llvm-as < %s | opt -anders-aa -disable-output
+
+void %foo() { ret void }