Mercurial > hg > Members > tobaru > cbc > CbC_llvm
diff test/CodeGen/ARM/2009-06-02-ISelCrash.ll @ 95:afa8332a0e37
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line diff
--- a/test/CodeGen/ARM/2009-06-02-ISelCrash.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/ARM/2009-06-02-ISelCrash.ll Tue Oct 13 17:48:58 2015 +0900 @@ -57,6 +57,6 @@ br i1 undef, label %bb5.i, label %bb1.outer2.i.i.outer bb5.i: ; preds = %Fft.exit.i - %0 = tail call i32 (i8*, ...)* @printf(i8* getelementptr ([15 x i8]* @"\01LC", i32 0, i32 0), double undef, double undef) nounwind ; <i32> [#uses=0] + %0 = tail call i32 (i8*, ...) @printf(i8* getelementptr ([15 x i8], [15 x i8]* @"\01LC", i32 0, i32 0), double undef, double undef) nounwind ; <i32> [#uses=0] unreachable }