summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/XCore/getid.ll
blob: 810e8ad6e75ce25b8789f28901d1afa35d968576 (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-as < %s | llc -march=xcore > %t1.s
; RUN: grep "get r11, id" %t1.s | count 1 
declare i32 @llvm.xcore.getid()

define i32 @test() {
	%result = call i32 @llvm.xcore.getid()
	ret i32 %result
}
OpenPOWER on IntegriCloud