diff options
author | Dan Gohman <gohman@apple.com> | 2008-05-01 23:50:07 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-05-01 23:50:07 +0000 |
commit | 2cdcf2bd5fbb2faa8f187627c959feedad1a4f2d (patch) | |
tree | 5f6164cac83ef1d765587d2007a4af2bf84f9c0c /llvm/test/Transforms/SimplifyCFG/branch-phi-thread.ll | |
parent | 752ce50b2d30bf4e4905f19291241c6b096260a2 (diff) | |
download | bcm5719-llvm-2cdcf2bd5fbb2faa8f187627c959feedad1a4f2d.tar.gz bcm5719-llvm-2cdcf2bd5fbb2faa8f187627c959feedad1a4f2d.zip |
Update old-style syntax in some "not grep" tests.
llvm-svn: 50560
Diffstat (limited to 'llvm/test/Transforms/SimplifyCFG/branch-phi-thread.ll')
-rw-r--r-- | llvm/test/Transforms/SimplifyCFG/branch-phi-thread.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/branch-phi-thread.ll b/llvm/test/Transforms/SimplifyCFG/branch-phi-thread.ll index abad19cd00c..c536b6c8871 100644 --- a/llvm/test/Transforms/SimplifyCFG/branch-phi-thread.ll +++ b/llvm/test/Transforms/SimplifyCFG/branch-phi-thread.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | opt -simplifycfg -adce | llvm-dis | \ -; RUN: not grep {call void %f1} +; RUN: not grep {call void @f1} ; END. declare void @f1() |