From: Chris Lattner Date: Mon, 16 Aug 2004 05:39:19 +0000 (+0000) Subject: Believe it or not, this was broken in LLVM 1.3 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3bbb4102ac86b0176e9a7421e34821993c6c70a9;p=oota-llvm.git Believe it or not, this was broken in LLVM 1.3 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15812 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/Andersens/trivialtest.ll b/test/Analysis/Andersens/trivialtest.ll new file mode 100644 index 00000000000..5cebe0065ee --- /dev/null +++ b/test/Analysis/Andersens/trivialtest.ll @@ -0,0 +1,3 @@ +; RUN: llvm-as < %s | opt -anders-aa -disable-output + +void %foo() { ret void }