mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Fix comment formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232076 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f516a66bdd
commit
63fb193745
@ -123,8 +123,7 @@ AArch64TargetMachine::AArch64TargetMachine(const Target &T, StringRef TT,
|
|||||||
CodeGenOpt::Level OL,
|
CodeGenOpt::Level OL,
|
||||||
bool LittleEndian)
|
bool LittleEndian)
|
||||||
// This nested ternary is horrible, but DL needs to be properly
|
// This nested ternary is horrible, but DL needs to be properly
|
||||||
// initialized
|
// initialized before TLInfo is constructed.
|
||||||
// before TLInfo is constructed.
|
|
||||||
: LLVMTargetMachine(T, computeDataLayout(TT, LittleEndian), TT, CPU, FS,
|
: LLVMTargetMachine(T, computeDataLayout(TT, LittleEndian), TT, CPU, FS,
|
||||||
Options, RM, CM, OL),
|
Options, RM, CM, OL),
|
||||||
TLOF(createTLOF(Triple(getTargetTriple()))),
|
TLOF(createTLOF(Triple(getTargetTriple()))),
|
||||||
|
Loading…
Reference in New Issue
Block a user