summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DebugInfo.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-10-28 19:40:13 +0000
committerDevang Patel <dpatel@apple.com>2010-10-28 19:40:13 +0000
commit42d3a345754b216dec927252f136f1ae715710b2 (patch)
tree51ba8625abc771b1473aa0aceae05a0e72365b79 /include/llvm/Analysis/DebugInfo.h
parent1973d4379250a88938a9358c12d96e96bdc8dede (diff)
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117586 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/DebugInfo.h')
-rw-r--r--include/llvm/Analysis/DebugInfo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h
index 3bd0943cb1d..ad824dd7fe4 100644
--- a/include/llvm/Analysis/DebugInfo.h
+++ b/include/llvm/Analysis/DebugInfo.h
@@ -583,12 +583,12 @@ namespace llvm {
DIScope getContext() const { return getFieldAs<DIScope>(1); }
StringRef getName() const { return getStringField(2); }
StringRef getDirectory() const {
- DIFile F = getFieldAs<DIFile>(3);
- return F.getDirectory();
+ DIFile F = getFieldAs<DIFile>(3);
+ return F.getDirectory();
}
StringRef getFilename() const {
- DIFile F = getFieldAs<DIFile>(3);
- return F.getFilename();
+ DIFile F = getFieldAs<DIFile>(3);
+ return F.getFilename();
}
DICompileUnit getCompileUnit() const{
if (getVersion() == llvm::LLVMDebugVersion7)