llvm-svn: 195181
This commit is contained in:
Eric Christopher 2013-11-20 00:54:25 +00:00
parent 6211e4b995
commit 9d7d5da6a1
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ LiveDebugVariables::LiveDebugVariables() : MachineFunctionPass(ID), pImpl(0) {
typedef IntervalMap<SlotIndex, unsigned, 4> LocMap;
namespace {
/// UserValueScopes - Keeps track of lexical scopes associated with an
/// UserValueScopes - Keeps track of lexical scopes associated with a
/// user value's source location.
class UserValueScopes {
DebugLoc DL;