Reinstate "Nuke the old JIT."
[oota-llvm.git] / include / llvm / Target / TargetSubtargetInfo.h
index 9791d4051ee03c356401ee71671b0ba16891553a..d73d87c0520df171d16d61d3669251b124d5cb35 100644 (file)
@@ -112,7 +112,7 @@ public:
   virtual bool enablePostMachineScheduler() const;
 
   /// \brief True if the subtarget should run the atomic expansion pass.
-  virtual bool enableAtomicExpandLoadLinked() const;
+  virtual bool enableAtomicExpand() const;
 
   /// \brief Override generic scheduling policy within a region.
   ///