projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f73820a
)
%p is expanded by dejagnu, avoid it in the test.
author
Chris Lattner
<sabre@nondot.org>
Mon, 22 Nov 2004 19:25:45 +0000
(19:25 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/test/Transforms/InstCombine/pow.ll
b/test/Transforms/InstCombine/pow.ll
index 2b215dbf2f9e0fcde8cbbdaef2180d8b6f67843f..3dc0708471e4c7bae55254faaec391676fb1da3e 100644
(file)
--- a/
test/Transforms/InstCombine/pow.ll
+++ b/
test/Transforms/InstCombine/pow.ll
@@
-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)