mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
trivial whitespace cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81773 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c2b0d484dc
commit
a672403993
@ -28,7 +28,7 @@ static cl::opt<bool> DisableIfConversion("disable-arm-if-conversion",cl::Hidden,
|
||||
cl::desc("Disable if-conversion pass"));
|
||||
|
||||
static const MCAsmInfo *createMCAsmInfo(const Target &T,
|
||||
const StringRef &TT) {
|
||||
const StringRef &TT) {
|
||||
Triple TheTriple(TT);
|
||||
switch (TheTriple.getOS()) {
|
||||
case Triple::Darwin:
|
||||
@ -43,7 +43,7 @@ extern "C" void LLVMInitializeARMTarget() {
|
||||
// Register the target.
|
||||
RegisterTargetMachine<ARMTargetMachine> X(TheARMTarget);
|
||||
RegisterTargetMachine<ThumbTargetMachine> Y(TheThumbTarget);
|
||||
|
||||
|
||||
// Register the target asm info.
|
||||
RegisterAsmInfoFn A(TheARMTarget, createMCAsmInfo);
|
||||
RegisterAsmInfoFn B(TheThumbTarget, createMCAsmInfo);
|
||||
|
Loading…
Reference in New Issue
Block a user