forked from OSchip/llvm-project
Fix XCore test on Windows, the register order is reversed, for reasons unknown
This commit is contained in:
parent
46c331bf26
commit
15ca54525d
|
@ -1,5 +1,5 @@
|
|||
; RUN: llc -march=xcore < %s | FileCheck %s
|
||||
; RUN: llc -march=xcore -O=0 < %s | FileCheck %s -check-prefix=PHINODE
|
||||
; RUN: llc -mtriple=xcore-unknown-unknown < %s | FileCheck %s
|
||||
; RUN: llc -mtriple=xcore-unknown-unknown -O=0 < %s | FileCheck %s -check-prefix=PHINODE
|
||||
|
||||
declare i8 addrspace(1)* @llvm.xcore.getst.p1i8.p1i8(i8 addrspace(1)* %r)
|
||||
declare void @llvm.xcore.msync.p1i8(i8 addrspace(1)* %r)
|
||||
|
|
Loading…
Reference in New Issue