diff options
author | Adrian Prantl <aprantl@apple.com> | 2015-02-10 23:18:15 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2015-02-10 23:18:15 +0000 |
commit | d49691f77989cf74c29e4c7b7217b52ed5beac94 (patch) | |
tree | 5ca48c66a61cf9880d4952cf9e4c4cefc48b986e /llvm/lib | |
parent | 67391b69041853b9c9043e371ce2dfcb1078596f (diff) | |
download | bcm5719-llvm-d49691f77989cf74c29e4c7b7217b52ed5beac94.tar.gz bcm5719-llvm-d49691f77989cf74c29e4c7b7217b52ed5beac94.zip |
Fix indentation.
llvm-svn: 228763
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h b/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h index 14e07fcdb98..d4062e8e3bc 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h @@ -96,7 +96,7 @@ public: /// Emit a the operations remaining the DIExpressionIterator I. /// \param PieceOffsetInBits If this is one piece out of a fragmented /// location, this is the offset of the piece inside the entire variable. -void AddExpression(DIExpression::iterator I, unsigned PieceOffsetInBits = 0); + void AddExpression(DIExpression::iterator I, unsigned PieceOffsetInBits = 0); }; /// DwarfExpression implementation for .debug_loc entries. |