mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-03 19:02:35 +00:00
test commit: remove trailing whitespace.
llvm-svn: 215138
This commit is contained in:
parent
0e6d6ff455
commit
a2fc44e3d8
@ -268,7 +268,7 @@ public:
|
||||
LiveIntervals &LIS, const TargetInstrInfo &TRI);
|
||||
|
||||
/// findDebugLoc - Return DebugLoc used for this DBG_VALUE instruction. A
|
||||
/// variable may have more than one corresponding DBG_VALUE instructions.
|
||||
/// variable may have more than one corresponding DBG_VALUE instructions.
|
||||
/// Only first one needs DebugLoc to identify variable's lexical scope
|
||||
/// in source file.
|
||||
DebugLoc findDebugLoc();
|
||||
@ -362,7 +362,7 @@ public:
|
||||
|
||||
void UserValue::print(raw_ostream &OS, const TargetMachine *TM) {
|
||||
DIVariable DV(variable);
|
||||
OS << "!\"";
|
||||
OS << "!\"";
|
||||
DV.printExtendedName(OS);
|
||||
OS << "\"\t";
|
||||
if (offset)
|
||||
|
Loading…
x
Reference in New Issue
Block a user