[llvm-commits] CVS: llvm/test/Regression/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll

Chris Lattner clattner at apple.com
Thu Jan 4 10:09:07 PST 2007


This is another testcase which isn't being tested because llvm- 
upgrade apparently doesn't support "target".

-Chris

On Dec 29, 2006, at 12:02 PM, Reid Spencer wrote:

>
>
> Changes in directory llvm/test/Regression/Transforms/SimplifyCFG:
>
> 2006-12-08-Ptr-ICmp-Branch.ll updated: 1.1 -> 1.2
> ---
> Log message:
>
> Update tests that need to be run through llvm-upgrade. This is  
> necessary
> for upcoming changes to the llvm assembly grammar.
>
>
> ---
> Diffs of the changes:  (+1 -1)
>
>  2006-12-08-Ptr-ICmp-Branch.ll |    2 +-
>  1 files changed, 1 insertion(+), 1 deletion(-)
>
>
> Index: llvm/test/Regression/Transforms/SimplifyCFG/2006-12-08-Ptr- 
> ICmp-Branch.ll
> diff -u llvm/test/Regression/Transforms/SimplifyCFG/2006-12-08-Ptr- 
> ICmp-Branch.ll:1.1 llvm/test/Regression/Transforms/SimplifyCFG/ 
> 2006-12-08-Ptr-ICmp-Branch.ll:1.2
> --- llvm/test/Regression/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp- 
> Branch.ll:1.1	Sat Dec 23 00:05:41 2006
> +++ llvm/test/Regression/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp- 
> Branch.ll	Fri Dec 29 14:01:32 2006
> @@ -1,4 +1,4 @@
> -; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis
> +; RUN: llvm-upgrade < %s | llvm-as | opt -simplifycfg | llvm-dis
>  ; ModuleID = 'bugpoint-tooptimize.bc'
>  target datalayout = "e-p:32:32"
>  target endian = little
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list