summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-01-16 18:01:58 +0000
committerDevang Patel <dpatel@apple.com>2009-01-16 18:01:58 +0000
commit867df5460641c5cfb9919fe0bdc33813ecc5dca5 (patch)
tree7d0003b1e6c4954ddbd938de6dd105581b1cc8e1 /llvm/lib
parentb903071735e8f8f314dc4356aa82e062e9d3a987 (diff)
downloadbcm5719-llvm-867df5460641c5cfb9919fe0bdc33813ecc5dca5.tar.gz
bcm5719-llvm-867df5460641c5cfb9919fe0bdc33813ecc5dca5.zip
Align source code.
llvm-svn: 62328
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
index ab66887d625..1b3f8eb8054 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
@@ -1232,11 +1232,11 @@ public:
class DbgScope {
private:
DbgScope *Parent; // Parent to this scope.
- DIDescriptor Desc; // Debug info descriptor for scope.
+ DIDescriptor Desc; // Debug info descriptor for scope.
// Either subprogram or block.
unsigned StartLabelID; // Label ID of the beginning of scope.
unsigned EndLabelID; // Label ID of the end of scope.
- SmallVector<DbgScope *, 4> Scopes; // Scopes defined in scope.
+ SmallVector<DbgScope *, 4> Scopes; // Scopes defined in scope.
SmallVector<DbgVariable *, 8> Variables;// Variables declared in scope.
public:
@@ -1249,8 +1249,8 @@ public:
}
// Accessors.
- DbgScope *getParent() const { return Parent; }
- DIDescriptor getDesc() const { return Desc; }
+ DbgScope *getParent() const { return Parent; }
+ DIDescriptor getDesc() const { return Desc; }
unsigned getStartLabelID() const { return StartLabelID; }
unsigned getEndLabelID() const { return EndLabelID; }
SmallVector<DbgScope *, 4> &getScopes() { return Scopes; }
OpenPOWER on IntegriCloud