r252426 - Replace tab with 8 spaces, NFC.
Yaron Keren via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 8 14:01:45 PST 2015
Author: yrnkrn
Date: Sun Nov 8 16:01:45 2015
New Revision: 252426
URL: http://llvm.org/viewvc/llvm-project?rev=252426&view=rev
Log:
Replace tab with 8 spaces, NFC.
Modified:
cfe/trunk/lib/CodeGen/CGCall.cpp
Modified: cfe/trunk/lib/CodeGen/CGCall.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGCall.cpp?rev=252426&r1=252425&r2=252426&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGCall.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGCall.cpp Sun Nov 8 16:01:45 2015
@@ -1517,7 +1517,7 @@ void CodeGenModule::ConstructAttributeLi
getTarget().getTargetOpts().FeaturesAsWritten.end());
if (ParsedAttr.second != "")
- TargetCPU = ParsedAttr.second;
+ TargetCPU = ParsedAttr.second;
// Now populate the feature map, first with the TargetCPU which is either
// the default or a new one from the target attribute string. Then we'll
More information about the cfe-commits
mailing list