mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
f5f52fa9d6
This is part of the fix for pr4521. llvm-svn: 75201
8 lines
174 B
LLVM
8 lines
174 B
LLVM
; RUN: llvm-as < %s | llc -march=arm -mattr=+v6
|
|
|
|
define void @test(i8* %x) nounwind {
|
|
entry:
|
|
call void asm sideeffect "pld\09${0:a}", "r,~{cc}"(i8* %x) nounwind
|
|
ret void
|
|
}
|