diff options
author | Frederic Riss <friss@apple.com> | 2014-08-07 20:04:00 +0000 |
---|---|---|
committer | Frederic Riss <friss@apple.com> | 2014-08-07 20:04:00 +0000 |
commit | e6bb1871eb8966601b652fbc81af14fe5b91209c (patch) | |
tree | a9b68c6fc11e4b28a6e24b561cddbf2bddec85a8 /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | 9f6e43802297f4d8af7c4f33a5a1b1e3868afce8 (diff) | |
download | llvm-e6bb1871eb8966601b652fbc81af14fe5b91209c.zip llvm-e6bb1871eb8966601b652fbc81af14fe5b91209c.tar.gz llvm-e6bb1871eb8966601b652fbc81af14fe5b91209c.tar.bz2 |
test commit: remove trailing whitespace.
llvm-svn: 215138
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveDebugVariables.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugVariables.cpp b/llvm/lib/CodeGen/LiveDebugVariables.cpp index f89879d..2790008 100644 --- a/llvm/lib/CodeGen/LiveDebugVariables.cpp +++ b/llvm/lib/CodeGen/LiveDebugVariables.cpp @@ -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) |