diff options
Diffstat (limited to 'clang/lib/CodeGen')
| -rw-r--r-- | clang/lib/CodeGen/CGCall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGCall.cpp b/clang/lib/CodeGen/CGCall.cpp index f118a739fb4..99a093223d1 100644 --- a/clang/lib/CodeGen/CGCall.cpp +++ b/clang/lib/CodeGen/CGCall.cpp @@ -1517,7 +1517,7 @@ void CodeGenModule::ConstructAttributeList(const CGFunctionInfo &FI, 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 |

