%p is expanded by dejagnu, avoid it in the test.
authorChris Lattner <sabre@nondot.org>
Mon, 22 Nov 2004 19:25:45 +0000 (19:25 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 22 Nov 2004 19:25:45 +0000 (19:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18118 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/pow.ll

index 2b215dbf2f9e0fcde8cbbdaef2180d8b6f67843f..3dc0708471e4c7bae55254faaec391676fb1da3e 100644 (file)
@@ -2,7 +2,7 @@
 ;
 ; Equivalent to: http://gcc.gnu.org/ml/gcc-patches/2003-02/msg01786.html
 ; XFAIL: *
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep 'call double %pow'
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep 'call double .pow'
 
 declare double %pow(double, double)