diff options
author | Justin Bogner <mail@justinbogner.com> | 2014-06-23 20:03:28 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2014-06-23 20:03:28 +0000 |
commit | 9bb7f1518e74164b125267270351b6bb56fbe13f (patch) | |
tree | 9f8321ffa17b823a95c5073b6a8073b985fdc6e8 | |
parent | 60890b8910e1e8eb4b7985fe19a58d7bfc1e7ae1 (diff) | |
download | bcm5719-llvm-9bb7f1518e74164b125267270351b6bb56fbe13f.tar.gz bcm5719-llvm-9bb7f1518e74164b125267270351b6bb56fbe13f.zip |
CodeGen: Remove a stray tab character (NFC)
llvm-svn: 211528
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index 6e02342fbec..f1b899f49f5 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 |