fixed to work with LLVM 3.2

This commit is contained in:
Evghenii
2013-11-21 11:03:03 +01:00
parent 321b087039
commit 6f200d310f
6 changed files with 15 additions and 12 deletions

View File

@@ -2917,7 +2917,7 @@ entry:
br i1 %cmp, label %if.then, label %if.end
if.then: ; preds = %entry
%call2 = tail call noalias i8* @malloc(i64 %size) #3
%call2 = tail call noalias i8* @malloc(i64 %size)
%phitmp = ptrtoint i8* %call2 to i64
br label %if.end
@@ -2946,7 +2946,7 @@ entry:
br i1 %cmp, label %if.then, label %if.end
if.then: ; preds = %entry
tail call void @free(i8* %ptr) #3
tail call void @free(i8* %ptr)
br label %if.end
if.end: ; preds = %if.then, %entry