[llvm-commits] [llvm] r153879 - in /llvm/trunk: lib/Transforms/Scalar/LoopUnswitch.cpp test/Transforms/LoopUnswitch/2012-04-02-IndirectBr.ll

Duncan Sands baldrick at free.fr
Mon Apr 2 12:46:41 PDT 2012


Hi Stepan,

thanks for fixing this.

> --- llvm/trunk/test/Transforms/LoopUnswitch/2012-04-02-IndirectBr.ll (added)
> +++ llvm/trunk/test/Transforms/LoopUnswitch/2012-04-02-IndirectBr.ll Mon Apr  2 12:16:45 2012
> @@ -0,0 +1,46 @@
> +; RUN: opt -loop-unswitch -disable-output -stats -info-output-file -<  %s | FileCheck --check-prefix=STATS %s
> +; RUN: opt -S -loop-unswitch -verify-loop-info -verify-dom-info %s | FileCheck %s
> +
> +; STATS: 1 loop-unswitch - Total number of instructions analyzed

the PR number should be mentioned in a comment, for example:
   ; PR12343

Ciao, Duncan.



More information about the llvm-commits mailing list