; RUN: opt < %s -inline -S | FileCheck %s target triple = "x86_64-apple-darwin" ; rdar://15317907 ; CHECK-LABEL: @caller ; Make sure we are generating "call asm" instead of "invoke asm". ; CHECK: call void asm ; CHECK-LABEL: @callee_with_asm define void @caller() { br i1 undef, label %1, label %4 ;