This was fixed
authorChris Lattner <sabre@nondot.org>
Mon, 22 Nov 2004 19:19:11 +0000 (19:19 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Nov 2004 19:19:11 +0000 (19:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18116 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/FunctionResolve/2003-08-23-ArgumentWarning.ll

index d6ac279d052857b57dc5cc08dd39b2a834ac0b6e..8d89c7d4a4f63b78ec006e2ea971fc7cd24f97a3 100644 (file)
@@ -1,4 +1,3 @@
-; XFAIL: *
 ; RUN: llvm-as < %s | opt -funcresolve -disable-output 2>&1 | not grep WARNING
 
 declare int %foo(int *%X)