5 lines
65 B
LLVM
5 lines
65 B
LLVM
; RUN: llvm-as < %s | llc -march=arm
|
|
int %test() {
|
|
ret int 0
|
|
}
|
; RUN: llvm-as < %s | llc -march=arm
|
|
int %test() {
|
|
ret int 0
|
|
}
|