]> granicus.if.org Git - clang/commitdiff
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273950 91177308-0d34-0410...
authorChris Dewhurst <chris.dewhurst@lero.ie>
Mon, 27 Jun 2016 22:11:12 +0000 (22:11 +0000)
committerChris Dewhurst <chris.dewhurst@lero.ie>
Mon, 27 Jun 2016 22:11:12 +0000 (22:11 +0000)
lib/Basic/Targets.cpp

index 0292e1dd5269de1e739be8d167e35fd94b8a3079..c0e2290d388793517950e05a7e040521538b6df8 100644 (file)
@@ -6594,6 +6594,8 @@ public:
       PtrDiffType = SignedLong;
       break;
     }
+
+    MaxAtomicPromoteWidth = MaxAtomicInlineWidth = 64;
   }
 
   void getTargetDefines(const LangOptions &Opts,