1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -mtriple=arm-apple-darwin -mattr=+v6 | FileCheck %s 2*9880d681SAndroid Build Coastguard Worker 3*9880d681SAndroid Build Coastguard Workerdefine i32 @t1(i32 %x) nounwind { 4*9880d681SAndroid Build Coastguard Worker; CHECK-LABEL: t1: 5*9880d681SAndroid Build Coastguard Worker; CHECK-NOT: InlineAsm 6*9880d681SAndroid Build Coastguard Worker; CHECK: rev 7*9880d681SAndroid Build Coastguard Worker %asmtmp = tail call i32 asm "rev $0, $1\0A", "=l,l"(i32 %x) nounwind 8*9880d681SAndroid Build Coastguard Worker ret i32 %asmtmp 9*9880d681SAndroid Build Coastguard Worker} 10