mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:40:38 +00:00
Fix more inconsistent line endings. NFC.
llvm-svn: 321016
This commit is contained in:
parent
7c5027d178
commit
1d6fcfc9f4
@ -466,15 +466,15 @@ void LTOCodeGenerator::restoreLinkageForExternals() {
|
||||
if (I == ExternalSymbols.end())
|
||||
return;
|
||||
|
||||
GV.setLinkage(I->second);
|
||||
};
|
||||
|
||||
llvm::for_each(MergedModule->functions(), externalize);
|
||||
llvm::for_each(MergedModule->globals(), externalize);
|
||||
llvm::for_each(MergedModule->aliases(), externalize);
|
||||
}
|
||||
|
||||
void LTOCodeGenerator::verifyMergedModuleOnce() {
|
||||
GV.setLinkage(I->second);
|
||||
};
|
||||
|
||||
llvm::for_each(MergedModule->functions(), externalize);
|
||||
llvm::for_each(MergedModule->globals(), externalize);
|
||||
llvm::for_each(MergedModule->aliases(), externalize);
|
||||
}
|
||||
|
||||
void LTOCodeGenerator::verifyMergedModuleOnce() {
|
||||
// Only run on the first call.
|
||||
if (HasVerifiedInput)
|
||||
return;
|
||||
|
@ -29,7 +29,7 @@ class immS<int BSz> : Operand<i32>, PatLeaf<(imm),
|
||||
let DecoderMethod = "DecodeSignedOperand<"#BSz#">";
|
||||
}
|
||||
|
||||
// e.g. s3 field may encode the signed integers values -1 .. 6
|
||||
// e.g. s3 field may encode the signed integers values -1 .. 6
|
||||
// using binary codes 111, 000, 001, 010, 011, 100, 101, and 110, respectively
|
||||
class immC<int BSz> : Operand<i32>, PatLeaf<(imm),
|
||||
"\n return isInt<"#BSz#">(N->getSExtValue());"> {
|
||||
|
@ -534,13 +534,13 @@ let isBranch = 1 in {
|
||||
|
||||
def BEQ_S : F16_BCC_s10<0b01, "beq_s">;
|
||||
def BNE_S : F16_BCC_s10<0b10, "bne_s">;
|
||||
def BGT_S : F16_BCC_s7<0b000, "bgt_s">;
|
||||
def BGE_S : F16_BCC_s7<0b001, "bge_s">;
|
||||
def BLT_S : F16_BCC_s7<0b010, "blt_s">;
|
||||
def BLE_S : F16_BCC_s7<0b011, "ble_s">;
|
||||
def BHI_S : F16_BCC_s7<0b100, "bhi_s">;
|
||||
def BHS_S : F16_BCC_s7<0b101, "bhs_s">;
|
||||
def BLO_S : F16_BCC_s7<0b110, "blo_s">;
|
||||
def BGT_S : F16_BCC_s7<0b000, "bgt_s">;
|
||||
def BGE_S : F16_BCC_s7<0b001, "bge_s">;
|
||||
def BLT_S : F16_BCC_s7<0b010, "blt_s">;
|
||||
def BLE_S : F16_BCC_s7<0b011, "ble_s">;
|
||||
def BHI_S : F16_BCC_s7<0b100, "bhi_s">;
|
||||
def BHS_S : F16_BCC_s7<0b101, "bhs_s">;
|
||||
def BLO_S : F16_BCC_s7<0b110, "blo_s">;
|
||||
def BLS_S : F16_BCC_s7<0b111, "bls_s">;
|
||||
} // let isBranch
|
||||
|
||||
|
@ -141,15 +141,15 @@ static void findPartitions(Module *M, ClusterIDMapType &ClusterIDMap,
|
||||
}
|
||||
|
||||
if (GV.hasLocalLinkage())
|
||||
addAllGlobalValueUsers(GVtoClusterMap, &GV, &GV);
|
||||
};
|
||||
|
||||
llvm::for_each(M->functions(), recordGVSet);
|
||||
llvm::for_each(M->globals(), recordGVSet);
|
||||
llvm::for_each(M->aliases(), recordGVSet);
|
||||
|
||||
// Assigned all GVs to merged clusters while balancing number of objects in
|
||||
// each.
|
||||
addAllGlobalValueUsers(GVtoClusterMap, &GV, &GV);
|
||||
};
|
||||
|
||||
llvm::for_each(M->functions(), recordGVSet);
|
||||
llvm::for_each(M->globals(), recordGVSet);
|
||||
llvm::for_each(M->aliases(), recordGVSet);
|
||||
|
||||
// Assigned all GVs to merged clusters while balancing number of objects in
|
||||
// each.
|
||||
auto CompareClusters = [](const std::pair<unsigned, unsigned> &a,
|
||||
const std::pair<unsigned, unsigned> &b) {
|
||||
if (a.second || b.second)
|
||||
|
@ -4628,6 +4628,6 @@ body: |
|
||||
VUCOMISSZrm %xmm16, %rdi, %noreg, %noreg, %noreg, %noreg, implicit-def %eflags
|
||||
; CHECK: VUCOMISSZrr %xmm16, %xmm1, implicit-def %eflags
|
||||
VUCOMISSZrr %xmm16, %xmm1, implicit-def %eflags
|
||||
|
||||
RET 0, %zmm0, %zmm1
|
||||
|
||||
RET 0, %zmm0, %zmm1
|
||||
...
|
||||
|
@ -15,15 +15,15 @@ RUN: echo %t/'T'??.txt | FileCheck -check-prefix=QUESTION2 %s
|
||||
|
||||
RUN: echo 'T*' 'T?.txt' 'T??.txt' | FileCheck -check-prefix=QUOTEDARGS %s
|
||||
|
||||
STAR-NOT: TB.txt
|
||||
STAR: {{(TA.txt.*TAB.txt|TAB.txt.*TA.txt)}}
|
||||
|
||||
QUESTION-NOT: TAB.txt
|
||||
QUESTION: {{(TA.txt.*TB.txt|TB.txt.*TA.txt)}}
|
||||
|
||||
QUESTION2-NOT: TA.txt
|
||||
QUESTION2-NOT: TB.txt
|
||||
QUESTION2: TAB.txt
|
||||
|
||||
QUOTEDARGS-NOT: .txt
|
||||
QUOTEDARGS: T* T?.txt T??.txt
|
||||
STAR-NOT: TB.txt
|
||||
STAR: {{(TA.txt.*TAB.txt|TAB.txt.*TA.txt)}}
|
||||
|
||||
QUESTION-NOT: TAB.txt
|
||||
QUESTION: {{(TA.txt.*TB.txt|TB.txt.*TA.txt)}}
|
||||
|
||||
QUESTION2-NOT: TA.txt
|
||||
QUESTION2-NOT: TB.txt
|
||||
QUESTION2: TAB.txt
|
||||
|
||||
QUOTEDARGS-NOT: .txt
|
||||
QUOTEDARGS: T* T?.txt T??.txt
|
||||
|
@ -546,10 +546,10 @@ int main(int argc, const char *argv[]) {
|
||||
cl::ParseCommandLineOptions(argc, argv, "LLVM C++ ABI Data Dumper\n");
|
||||
|
||||
// Default to stdin if no filename is specified.
|
||||
if (opts::InputFilenames.size() == 0)
|
||||
opts::InputFilenames.push_back("-");
|
||||
|
||||
llvm::for_each(opts::InputFilenames, dumpInput);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
if (opts::InputFilenames.size() == 0)
|
||||
opts::InputFilenames.push_back("-");
|
||||
|
||||
llvm::for_each(opts::InputFilenames, dumpInput);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
@ -215,9 +215,9 @@ int main(int argc, char **argv) {
|
||||
ToolName = argv[0];
|
||||
|
||||
// If no input files specified, read from stdin.
|
||||
if (InputFilenames.size() == 0)
|
||||
InputFilenames.push_back("-");
|
||||
|
||||
llvm::for_each(InputFilenames, parseMCMarkup);
|
||||
return 0;
|
||||
}
|
||||
if (InputFilenames.size() == 0)
|
||||
InputFilenames.push_back("-");
|
||||
|
||||
llvm::for_each(InputFilenames, parseMCMarkup);
|
||||
return 0;
|
||||
}
|
||||
|
@ -2194,10 +2194,10 @@ int main(int argc, char **argv) {
|
||||
&& !PrintFaultMaps
|
||||
&& DwarfDumpType == DIDT_Null) {
|
||||
cl::PrintHelpMessage();
|
||||
return 2;
|
||||
}
|
||||
|
||||
llvm::for_each(InputFilenames, DumpInput);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
return 2;
|
||||
}
|
||||
|
||||
llvm::for_each(InputFilenames, DumpInput);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
@ -880,13 +880,13 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
if (InputFilenames.size() == 0)
|
||||
InputFilenames.push_back("a.out");
|
||||
|
||||
MoreThanOneFile = InputFilenames.size() > 1;
|
||||
llvm::for_each(InputFilenames, printFileSectionSizes);
|
||||
if (OutputFormat == berkeley && TotalSizes)
|
||||
printBerkelyTotals();
|
||||
|
||||
InputFilenames.push_back("a.out");
|
||||
|
||||
MoreThanOneFile = InputFilenames.size() > 1;
|
||||
llvm::for_each(InputFilenames, printFileSectionSizes);
|
||||
if (OutputFormat == berkeley && TotalSizes)
|
||||
printBerkelyTotals();
|
||||
|
||||
if (HadError)
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user