mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[MC/AsmParser] Fix use of Arm calling convention in target-agnostic test
Remove target-specific calling convention specifier in target-agnostic test. Differential Revision: https://reviews.llvm.org/D91042
This commit is contained in:
parent
33f8501c32
commit
80c607248c
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
module asm ".include \22module.x\22"
|
module asm ".include \22module.x\22"
|
||||||
|
|
||||||
define arm_aapcscc void @f() {
|
define void @f() {
|
||||||
entry:
|
entry:
|
||||||
call void asm sideeffect ".include \22function.x\22", ""()
|
call void asm sideeffect ".include \22function.x\22", ""()
|
||||||
ret void
|
ret void
|
||||||
|
Loading…
Reference in New Issue
Block a user