mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 00:20:25 +00:00
Cleanup a bunch of tests. In particular do not allow target directives in
the .ll file or it forces the V9 backend. This is the CodeGen/Generic dir, so there is no use in doing that. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19355 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
|
||||
; On this code, llc did not pass the sixth argument (%reg321) to printf.
|
||||
; It passed the first five in %o0 - %o4, but never initialized %o5.
|
||||
; Fix in SparcInstrSelection.cpp:
|
||||
; 2030c2030
|
||||
; - if (i < target.getRegInfo().GetNumOfIntArgRegs())
|
||||
; + if (i <= target.getRegInfo().GetNumOfIntArgRegs())
|
||||
;
|
||||
|
||||
%.LC12 = internal global [44 x sbyte] c"\09\09M = %g, I = %g, V = %g\0A\09\09O = %g, E = %g\0A\0A\00" ; <[44 x sbyte]*>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user