mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-22 10:24:26 +00:00
1. introduce MipsPat in place of Pat in order to exclude those from
being used by Mips16 or Micro Mips 2. clean up a few lines too long encountered Patch by Reed Kotler. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158470 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
; RUN: llc -march=mipsel -mcpu=mips16 < %s | FileCheck %s -check-prefix=16
|
||||
|
||||
; FIXME: Disabled temporarily because it should not have worked previously
|
||||
; and will be fixed after a subsequent patch
|
||||
; REQUIRES: disabled
|
||||
|
||||
|
||||
define i32 @main() nounwind {
|
||||
entry:
|
||||
|
Reference in New Issue
Block a user