CodeGen: Remove a stray tab character (NFC)

llvm-svn: 211528
This commit is contained in:
Justin Bogner 2014-06-23 20:03:28 +00:00
parent 60890b8910
commit 9bb7f1518e
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ void CodeGenModule::Release() {
// We need to record the widths of enums and wchar_t, so that we can generate // We need to record the widths of enums and wchar_t, so that we can generate
// the correct build attributes in the ARM backend. // the correct build attributes in the ARM backend.
llvm::Triple::ArchType Arch = Context.getTargetInfo().getTriple().getArch(); llvm::Triple::ArchType Arch = Context.getTargetInfo().getTriple().getArch();
if ( Arch == llvm::Triple::arm if ( Arch == llvm::Triple::arm
|| Arch == llvm::Triple::armeb || Arch == llvm::Triple::armeb
|| Arch == llvm::Triple::thumb || Arch == llvm::Triple::thumb