1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/test/CodeGen/ARM/print-memb-operand.ll

13 lines
217 B
LLVM
Raw Normal View History

; RUN: llc -mtriple=armv7 %s -o - | FileCheck %s
; CHECK: dmb ld
define void @test2() #0 {
call void @llvm.arm.dmb(i32 13)
ret void
}
declare void @llvm.arm.dmb(i32)
attributes #0 = { "target-cpu"="cyclone" }