]> granicus.if.org Git - clang/commitdiff
Let's assume PowerPC has no SSE.
authorJoerg Sonnenberger <joerg@bec.de>
Fri, 1 Aug 2014 21:20:02 +0000 (21:20 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Fri, 1 Aug 2014 21:20:02 +0000 (21:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214562 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/Targets.cpp

index aa70bad992b12775f5ab370404eed1870c22ab7a..e8d23a8b78d439a590b353ee195d8ffefa65f03c 100644 (file)
@@ -931,7 +931,6 @@ const Builtin::Info PPCTargetInfo::BuiltinInfo[] = {
 /// configured set of features.
 bool PPCTargetInfo::handleTargetFeatures(std::vector<std::string> &Features,
                                          DiagnosticsEngine &Diags) {
-  // Remember the maximum enabled sselevel.
   for (unsigned i = 0, e = Features.size(); i !=e; ++i) {
     // Ignore disabled features.
     if (Features[i][0] == '-')