diff options
author | Eric Christopher <echristo@gmail.com> | 2013-11-20 00:54:25 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-11-20 00:54:25 +0000 |
commit | 9d7d5da6a1769056764236c78c9fff28b0ac300b (patch) | |
tree | cd49f2ed36f2db9c44e3822844f771d42ca4309e | |
parent | 6211e4b9957887815ae58bf910b0b0ea3fa83897 (diff) | |
download | bcm5719-llvm-9d7d5da6a1769056764236c78c9fff28b0ac300b.tar.gz bcm5719-llvm-9d7d5da6a1769056764236c78c9fff28b0ac300b.zip |
Grammar.
llvm-svn: 195181
-rw-r--r-- | llvm/lib/CodeGen/LiveDebugVariables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugVariables.cpp b/llvm/lib/CodeGen/LiveDebugVariables.cpp index 25645e088ec..9ada1b49288 100644 --- a/llvm/lib/CodeGen/LiveDebugVariables.cpp +++ b/llvm/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; |