From 9bb7f1518e74164b125267270351b6bb56fbe13f Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Mon, 23 Jun 2014 20:03:28 +0000 Subject: [PATCH] CodeGen: Remove a stray tab character (NFC) llvm-svn: 211528 --- clang/lib/CodeGen/CodeGenModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4