mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Tidy up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129034 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d8b4c4d74f
commit
f22eefba68
@ -86,8 +86,7 @@ ARMBaseTargetMachine::ARMBaseTargetMachine(const Target &T,
|
||||
: LLVMTargetMachine(T, TT),
|
||||
Subtarget(TT, FS, isThumb),
|
||||
JITInfo(),
|
||||
InstrItins(Subtarget.getInstrItineraryData())
|
||||
{
|
||||
InstrItins(Subtarget.getInstrItineraryData()) {
|
||||
DefRelocModel = getRelocationModel();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user