[LoadCombine] Missed a file.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 29 May 2014 02:05:37 +0000 (02:05 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 29 May 2014 02:05:37 +0000 (02:05 +0000)
llvm-svn: 209792

llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h

index 023de08..50877d0 100644 (file)
@@ -117,6 +117,7 @@ public:
   bool SLPVectorize;
   bool LoopVectorize;
   bool RerollLoops;
+  bool LoadCombine;
 
 private:
   /// ExtensionList - This is list of all of the extensions that are registered.