diff options
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll | 2 | ||||
| -rw-r--r-- | llvm/test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll | 2 | ||||
| -rw-r--r-- | llvm/test/Other/2002-01-31-CallGraph.ll | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll b/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll index 4f090d5af36..a3afc379c5a 100644 --- a/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll +++ b/llvm/test/Analysis/CallGraph/2008-09-09-DirectCall.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -analyze -callgraph -disable-output | grep {Calls function 'callee'} | count 2 +; RUN: llvm-as < %s | opt -callgraph -disable-output |& grep {Calls function 'callee'} | count 2 define internal void @callee(...) { entry: diff --git a/llvm/test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll b/llvm/test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll index e37e112f341..8e6e5d28394 100644 --- a/llvm/test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll +++ b/llvm/test/Analysis/CallGraph/2008-09-09-UsedByGlobal.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -analyze -callgraph -disable-output | grep {Calls function} +; RUN: llvm-as < %s | opt -callgraph -disable-output |& grep {Calls function} @a = global void ()* @f ; <void ()**> [#uses=0] diff --git a/llvm/test/Other/2002-01-31-CallGraph.ll b/llvm/test/Other/2002-01-31-CallGraph.ll index e09461dc2ac..da638d8394c 100644 --- a/llvm/test/Other/2002-01-31-CallGraph.ll +++ b/llvm/test/Other/2002-01-31-CallGraph.ll @@ -1,6 +1,6 @@ ; Call graph construction crash: Not handling indirect calls right ; -; RUN: llvm-as < %s | opt -analyze -callgraph +; RUN: llvm-as < %s | opt -analyze -callgraph >& /dev/null ; %FunTy = type i32 (i32) |

