From 0e43e15fc99897fe844cc22c4cf88cb2021b251a Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 23 Nov 2006 15:14:52 +0000 Subject: Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and older features will be dropped soon and these test cases must not rely on the upgrade capability. llvm-svn: 31896 --- llvm/test/Regression/Transforms/SimplifyCFG/switch_formation.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Regression/Transforms/SimplifyCFG') diff --git a/llvm/test/Regression/Transforms/SimplifyCFG/switch_formation.ll b/llvm/test/Regression/Transforms/SimplifyCFG/switch_formation.ll index f225e8dd0de..60169fe92d5 100644 --- a/llvm/test/Regression/Transforms/SimplifyCFG/switch_formation.ll +++ b/llvm/test/Regression/Transforms/SimplifyCFG/switch_formation.ll @@ -2,7 +2,7 @@ bool %_ZN4llvm11SetCondInst7classofEPKNS_11InstructionE({uint, uint}* %I) { entry: - %tmp.1.i = getelementptr {uint, uint}* %I, long 0, ubyte 1 + %tmp.1.i = getelementptr {uint, uint}* %I, long 0, uint 1 %tmp.2.i = load uint* %tmp.1.i %tmp.2 = seteq uint %tmp.2.i, 14 br bool %tmp.2, label %shortcirc_done.4, label %shortcirc_next.0 -- cgit v1.2.3