mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-20 10:19:43 +00:00
Now that the optimization level is adjusting the feature string
before we hit the subtarget, remove the constructor parameter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218817 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -69,7 +69,7 @@ PPCTargetMachine::PPCTargetMachine(const Target &T, StringRef TT, StringRef CPU,
|
||||
CodeGenOpt::Level OL)
|
||||
: LLVMTargetMachine(T, TT, CPU, computeFSAdditions(FS, OL, TT), Options, RM,
|
||||
CM, OL),
|
||||
Subtarget(TT, CPU, TargetFS, *this, OL) {
|
||||
Subtarget(TT, CPU, TargetFS, *this) {
|
||||
initAsmInfo();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user