Imported Upstream version 5.18.0.205

Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-11-16 08:20:38 +00:00
parent 5cd5df71cc
commit 8e12397d70
28486 changed files with 3867013 additions and 66 deletions

View File

@@ -0,0 +1,17 @@
; RUN: llc < %s -mtriple=arm-apple-darwin
define void @gcov_exit() nounwind {
entry:
br i1 false, label %bb24, label %bb33.thread
bb24: ; preds = %entry
br label %bb39
bb33.thread: ; preds = %entry
%0 = alloca i8, i32 0 ; <i8*> [#uses=1]
br label %bb39
bb39: ; preds = %bb33.thread, %bb24
%.reg2mem.0 = phi i8* [ %0, %bb33.thread ], [ null, %bb24 ] ; <i8*> [#uses=0]
ret void
}