]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
[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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209792 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/IPO/PassManagerBuilder.h

index 023de0863e3b08a4c45fd645554ca769d62ee899..50877d013702095421cdf40773bae07f227b764f 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.