Drop prelink support.
[oota-llvm.git] / include / llvm / MC / MCSchedule.h
index a8b20570103eaea22bd2c20cd79e296446c5d3b9..d7f9b69a9a2cc30132ee6d33b88940af15293c15 100644 (file)
@@ -183,7 +183,7 @@ struct MCSchedModel {
   // takes to recover from a branch misprediction.
   unsigned MispredictPenalty;
   static const unsigned DefaultMispredictPenalty = 10;
-  
+
   bool PostRAScheduler; // default value is false
 
   bool CompleteModel;