Skip to content

Commit

Permalink
Fix XCore test on Windows, the register order is reversed, for reason…
Browse files Browse the repository at this point in the history
…s unknown
  • Loading branch information
rnk committed Dec 16, 2020
1 parent 46c331b commit 15ca545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/test/CodeGen/XCore/threads.ll
@@ -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)
Expand Down

0 comments on commit 15ca545

Please sign in to comment.