xfail this for now
authorChris Lattner <sabre@nondot.org>
Fri, 15 Sep 2006 17:25:22 +0000 (17:25 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Sep 2006 17:25:22 +0000 (17:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30398 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/ArgumentPromotion/recursion.ll

index c7b055af8e2d0171765c89380973e422c5436745..ca07d3ab08912081983e8c6242e3676dabc52a07 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s | opt -argpromotion | llvm-dis | grep x.val
-; ModuleID = 'recursive2.bc'
+; XFAIL: *
 
 implementation   ; Functions:
 
@@ -14,4 +14,4 @@ int %bar(int* %x) {
 entry:
         %tmp3 = call int %foo( int* %x)                ; <int>[#uses=1]
         ret int %tmp3
-}
\ No newline at end of file
+}