summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-08-10 23:58:09 +0000
committerDevang Patel <dpatel@apple.com>2011-08-10 23:58:09 +0000
commit5bc942cc3cc970836d48d8ad276ef3b2b1120ffc (patch)
tree6df4e964d1dbebd834ec0c2f1bf1e3c56c47c0c5 /include/llvm/CodeGen
parent59999264e6cfc7f5d59c9a92c8cd9baaa53434f4 (diff)
downloadllvm-5bc942cc3cc970836d48d8ad276ef3b2b1120ffc.tar.gz
llvm-5bc942cc3cc970836d48d8ad276ef3b2b1120ffc.tar.bz2
llvm-5bc942cc3cc970836d48d8ad276ef3b2b1120ffc.tar.xz
Stay within 80 columns.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137283 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/LexicalScopes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/LexicalScopes.h b/include/llvm/CodeGen/LexicalScopes.h
index 554ae8a6b2..dbdb58e243 100644
--- a/include/llvm/CodeGen/LexicalScopes.h
+++ b/include/llvm/CodeGen/LexicalScopes.h
@@ -64,8 +64,8 @@ public:
/// getCurrentFunctionScope - Return lexical scope for the current function.
LexicalScope *getCurrentFunctionScope() const { return CurrentFnLexicalScope;}
- /// getMachineBasicBlocks - Populate given set using machine basic blocks which
- /// have machine instructions that belong to lexical scope identified by
+ /// getMachineBasicBlocks - Populate given set using machine basic blocks
+ /// which have machine instructions that belong to lexical scope identified by
/// DebugLoc.
void getMachineBasicBlocks(DebugLoc DL,
SmallPtrSet<const MachineBasicBlock*, 4> &MBBs);