diff options
| author | Devang Patel <dpatel@apple.com> | 2010-10-28 19:40:13 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2010-10-28 19:40:13 +0000 |
| commit | 99811141c14f63bc469191ea9ecec22160c6ed6a (patch) | |
| tree | 65489e1f9418b545ec44d6973083b5e214390da5 /llvm | |
| parent | 3c5a54e4b94d8193dd0d14b4edb6301c44899a56 (diff) | |
| download | bcm5719-llvm-99811141c14f63bc469191ea9ecec22160c6ed6a.tar.gz bcm5719-llvm-99811141c14f63bc469191ea9ecec22160c6ed6a.zip | |
Fix indentation.
llvm-svn: 117586
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Analysis/DebugInfo.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/include/llvm/Analysis/DebugInfo.h b/llvm/include/llvm/Analysis/DebugInfo.h index 3bd0943cb1d..ad824dd7fe4 100644 --- a/llvm/include/llvm/Analysis/DebugInfo.h +++ b/llvm/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) |

