X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FInteger%2Fbasictest_bt.ll;h=5c98856d06b324faab0ab2956727b04972d43dd1;hb=3468c2ee20e26ded1a5182edcc72e36fb09c909b;hp=8140197e045b3c0f02720332d45c2f6c9fceb6e2;hpb=c0948366f6cbec12d2c87f9cb4a1cea1435cf02a;p=oota-llvm.git diff --git a/test/Integer/basictest_bt.ll b/test/Integer/basictest_bt.ll index 8140197e045..5c98856d06b 100644 --- a/test/Integer/basictest_bt.ll +++ b/test/Integer/basictest_bt.ll @@ -2,33 +2,30 @@ ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll ; RUN: diff %t1.ll %t2.ll -implementation ; Test "stripped" format where nothing is symbolic... this is how the bytecode ; format looks anyways (except for negative vs positive offsets)... ; -define void "void"(i39, i39) ; Def %0, %1 -begin - add i39 0, 0 ; Def 2 - sub i39 0, 4 ; Def 3 - br label %1 +define void @void(i39, i39) { + add i39 0, 0 ; :3 [#uses=2] + sub i39 0, 4 ; :4 [#uses=2] + br label %5 -;