diff options
| author | Mike Stump <mrs@apple.com> | 2008-06-19 20:57:50 +0000 |
|---|---|---|
| committer | Mike Stump <mrs@apple.com> | 2008-06-19 20:57:50 +0000 |
| commit | d7667bd8e051707653d9bc932a5c72d008fb2f94 (patch) | |
| tree | f34b28461d5c806db1f3846c7fe61d687d6b1210 /clang/lib | |
| parent | e780d66657df0cc4047e8e21f7d477d80a47eab6 (diff) | |
| download | bcm5719-llvm-d7667bd8e051707653d9bc932a5c72d008fb2f94.tar.gz bcm5719-llvm-d7667bd8e051707653d9bc932a5c72d008fb2f94.zip | |
Remove tabs.
llvm-svn: 52507
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.cpp b/clang/lib/CodeGen/CGDebugInfo.cpp index 813efd20d8d..d232fd95601 100644 --- a/clang/lib/CodeGen/CGDebugInfo.cpp +++ b/clang/lib/CodeGen/CGDebugInfo.cpp @@ -364,7 +364,7 @@ CGDebugInfo::getOrCreateFunctionType(QualType type, llvm::CompileUnitDesc *Unit) } } - // FIXME: set other fields file, line here. + // FIXME: set other fields file, line here. SubrTy->setContext(Unit); return SubrTy; @@ -716,7 +716,7 @@ void CGDebugInfo::EmitDeclare(const VarDecl *decl, unsigned Tag, // Construct llvm.dbg.declare function. if (!DeclareFn) DeclareFn = llvm::Intrinsic::getDeclaration(&M->getModule(), - llvm::Intrinsic::dbg_declare); + llvm::Intrinsic::dbg_declare); // Get type information. llvm::CompileUnitDesc *Unit = getOrCreateCompileUnit(CurLoc); |

