summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveDebugVariables.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-11-20 00:54:25 +0000
committerEric Christopher <echristo@gmail.com>2013-11-20 00:54:25 +0000
commit1f12b50b83acd277a62aaa6372d56a9334a03fe0 (patch)
tree9d31ebecfac7b195e18c4d35e3c64772679d8030 /lib/CodeGen/LiveDebugVariables.cpp
parent73a69d6e93c66caf7e548652122f5361ca046003 (diff)
downloadllvm-1f12b50b83acd277a62aaa6372d56a9334a03fe0.tar.gz
llvm-1f12b50b83acd277a62aaa6372d56a9334a03fe0.tar.bz2
llvm-1f12b50b83acd277a62aaa6372d56a9334a03fe0.tar.xz
Grammar.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195181 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveDebugVariables.cpp')
-rw-r--r--lib/CodeGen/LiveDebugVariables.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveDebugVariables.cpp b/lib/CodeGen/LiveDebugVariables.cpp
index 25645e088e..9ada1b4928 100644
--- a/lib/CodeGen/LiveDebugVariables.cpp
+++ b/lib/CodeGen/LiveDebugVariables.cpp
@@ -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;