mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-19 01:48:34 +00:00
Don't set a variable to its default value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196807 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ddf4eb3d03
commit
6bd88a58bb
@ -40,7 +40,6 @@ AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(StringRef &TT) : MCAsmInfo() {
|
||||
GPRel32Directive = 0;
|
||||
SunStyleELFSectionSwitchSyntax = true;
|
||||
UsesELFSectionDirectiveForBSS = true;
|
||||
HasMicrosoftFastStdCallMangling = false;
|
||||
|
||||
//===--- Alignment Information ----------------------------------------===//
|
||||
AlignDirective = ".align\t";
|
||||
|
Loading…
Reference in New Issue
Block a user