Remove tabs.

llvm-svn: 52507
This commit is contained in:
Mike Stump 2008-06-19 20:57:50 +00:00
parent e780d66657
commit d7667bd8e0
1 changed files with 2 additions and 2 deletions

View File

@ -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); SubrTy->setContext(Unit);
return SubrTy; return SubrTy;
@ -716,7 +716,7 @@ void CGDebugInfo::EmitDeclare(const VarDecl *decl, unsigned Tag,
// Construct llvm.dbg.declare function. // Construct llvm.dbg.declare function.
if (!DeclareFn) if (!DeclareFn)
DeclareFn = llvm::Intrinsic::getDeclaration(&M->getModule(), DeclareFn = llvm::Intrinsic::getDeclaration(&M->getModule(),
llvm::Intrinsic::dbg_declare); llvm::Intrinsic::dbg_declare);
// Get type information. // Get type information.
llvm::CompileUnitDesc *Unit = getOrCreateCompileUnit(CurLoc); llvm::CompileUnitDesc *Unit = getOrCreateCompileUnit(CurLoc);