[llvm-commits] [llvm] r133344 - in /llvm/trunk: lib/Transforms/Utils/SimplifyCFG.cpp test/Transforms/SimplifyCFG/ForwardSwitchConditionToPHI.ll test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll

Chandler Carruth chandlerc at google.com
Sat Jun 18 21:04:16 PDT 2011


On Sat, Jun 18, 2011 at 3:28 AM, Hans Wennborg <hans at hanshq.net> wrote:

> Modified:
> llvm/trunk/test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll?rev=133344&r1=133343&r2=133344&view=diff
>
> ==============================================================================
> --- llvm/trunk/test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll
> (original)
> +++ llvm/trunk/test/Transforms/SimplifyCFG/switch_switch_fold_dbginfo.ll
> Sat Jun 18 05:28:47 2011
> @@ -1,5 +1,5 @@
>  ; RUN: opt < %s -simplifycfg -S | \
> -; RUN:   grep switch | count 1
> +; RUN:   not grep " switch"
>

For future reference, if you're touching a test like this, converting it to
FileCheck would be nice. No need to bother here, I just keep hoping we'll
not need 'grep' based test cases at some point in the future. =]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110618/90d9821b/attachment.html>


More information about the llvm-commits mailing list