From: Justin Bogner Date: Mon, 23 Jun 2014 20:03:28 +0000 (+0000) Subject: CodeGen: Remove a stray tab character (NFC) X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9bb7f1518e74164b125267270351b6bb56fbe13f;p=platform%2Fupstream%2Fllvm.git CodeGen: Remove a stray tab character (NFC) llvm-svn: 211528 --- diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index 6e02342..f1b899f 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/lib/CodeGen/CodeGenModule.cpp @@ -354,7 +354,7 @@ void CodeGenModule::Release() { // We need to record the widths of enums and wchar_t, so that we can generate // 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 || Arch == llvm::Triple::armeb || Arch == llvm::Triple::thumb