X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FARM%2F2009-07-22-SchedulerAssert.ll;h=156fd8843bcf686d23d9bed7dc6c0064daab0276;hb=54a2f7b9c7d3284f7339c9d2ab0640f04949d401;hp=24f499036ce428306404d1082b29b48059974ff1;hpb=fce288fc9134f0f1055caf0342c023225bd5c379;p=oota-llvm.git diff --git a/test/CodeGen/ARM/2009-07-22-SchedulerAssert.ll b/test/CodeGen/ARM/2009-07-22-SchedulerAssert.ll index 24f499036ce..156fd8843bc 100644 --- a/test/CodeGen/ARM/2009-07-22-SchedulerAssert.ll +++ b/test/CodeGen/ARM/2009-07-22-SchedulerAssert.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=arm +; RUN: llc -mtriple=arm-eabi %s -o /dev/null %struct.cli_ac_alt = type { i8, i8*, i16, i16, %struct.cli_ac_alt* } %struct.cli_ac_node = type { i8, i8, %struct.cli_ac_patt*, %struct.cli_ac_node**, %struct.cli_ac_node* } @@ -6,7 +6,7 @@ %struct.cli_bm_patt = type { i8*, i8*, i16, i16, i8*, i8*, i8, %struct.cli_bm_patt*, i16 } %struct.cli_matcher = type { i16, i8, i8*, %struct.cli_bm_patt**, i32*, i32, i8, i8, %struct.cli_ac_node*, %struct.cli_ac_node**, %struct.cli_ac_patt**, i32, i32, i32 } -define arm_apcscc i32 @cli_ac_addsig(%struct.cli_matcher* nocapture %root, i8* %virname, i8* %hexsig, i32 %sigid, i16 zeroext %parts, i16 zeroext %partno, i16 zeroext %type, i32 %mindist, i32 %maxdist, i8* %offset, i8 zeroext %target) nounwind { +define i32 @cli_ac_addsig(%struct.cli_matcher* nocapture %root, i8* %virname, i8* %hexsig, i32 %sigid, i16 zeroext %parts, i16 zeroext %partno, i16 zeroext %type, i32 %mindist, i32 %maxdist, i8* %offset, i8 zeroext %target) nounwind { entry: br i1 undef, label %bb126, label %bb1 @@ -65,9 +65,9 @@ bb18: ; preds = %bb18, %bb.nph br i1 undef, label %bb18, label %bb22 bb22: ; preds = %bb18, %bb17 - %0 = getelementptr i8* null, i32 10 ; [#uses=1] + %0 = getelementptr i8, i8* null, i32 10 ; [#uses=1] %1 = bitcast i8* %0 to i16* ; [#uses=1] - %2 = load i16* %1, align 2 ; [#uses=1] + %2 = load i16, i16* %1, align 2 ; [#uses=1] %3 = add i16 %2, 1 ; [#uses=1] %4 = zext i16 %3 to i32 ; [#uses=1] %5 = mul i32 %4, 3 ; [#uses=1]