mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 20:33:15 +00:00
80 column and trailing whitespace cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109037 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
29d2716766
commit
1e20b96313
@ -132,7 +132,8 @@ public:
|
|||||||
/// getDIEEntry - Returns the debug information entry for the speciefied
|
/// getDIEEntry - Returns the debug information entry for the speciefied
|
||||||
/// debug variable.
|
/// debug variable.
|
||||||
DIEEntry *getDIEEntry(const MDNode *N) {
|
DIEEntry *getDIEEntry(const MDNode *N) {
|
||||||
DenseMap<const MDNode *, DIEEntry *>::iterator I = MDNodeToDIEEntryMap.find(N);
|
DenseMap<const MDNode *, DIEEntry *>::iterator I =
|
||||||
|
MDNodeToDIEEntryMap.find(N);
|
||||||
if (I == MDNodeToDIEEntryMap.end())
|
if (I == MDNodeToDIEEntryMap.end())
|
||||||
return NULL;
|
return NULL;
|
||||||
return I->second;
|
return I->second;
|
||||||
@ -2722,7 +2723,8 @@ void DwarfDebug::beginFunction(const MachineFunction *MF) {
|
|||||||
describes(MF->getFunction()))
|
describes(MF->getFunction()))
|
||||||
InsnNeedsLabel.insert(MI);
|
InsnNeedsLabel.insert(MI);
|
||||||
// DBG_VALUE indicating argument location change needs a label.
|
// DBG_VALUE indicating argument location change needs a label.
|
||||||
else if (isDbgValueInUndefinedReg(MI) == false && !ProcessedArgs.insert(DV))
|
else if (isDbgValueInUndefinedReg(MI) == false
|
||||||
|
&& !ProcessedArgs.insert(DV))
|
||||||
InsnNeedsLabel.insert(MI);
|
InsnNeedsLabel.insert(MI);
|
||||||
} else {
|
} else {
|
||||||
// If location is unknown then instruction needs a location only if
|
// If location is unknown then instruction needs a location only if
|
||||||
|
Loading…
x
Reference in New Issue
Block a user