Mercurial > hg > CbC > CbC_llvm
diff lib/CodeGen/ScalarizeMaskedMemIntrin.cpp @ 134:3a76565eade5 LLVM5.0.1
update 5.0.1
author | mir3636 |
---|---|
date | Sat, 17 Feb 2018 09:57:20 +0900 |
parents | 803732b1fca8 |
children | c2174574ed3a |
line wrap: on
line diff
--- a/lib/CodeGen/ScalarizeMaskedMemIntrin.cpp Fri Feb 16 19:10:49 2018 +0900 +++ b/lib/CodeGen/ScalarizeMaskedMemIntrin.cpp Sat Feb 17 09:57:20 2018 +0900 @@ -16,6 +16,7 @@ #include "llvm/ADT/Twine.h" #include "llvm/Analysis/TargetTransformInfo.h" +#include "llvm/CodeGen/TargetSubtargetInfo.h" #include "llvm/IR/BasicBlock.h" #include "llvm/IR/Constant.h" #include "llvm/IR/Constants.h" @@ -31,7 +32,6 @@ #include "llvm/IR/Value.h" #include "llvm/Pass.h" #include "llvm/Support/Casting.h" -#include "llvm/Target/TargetSubtargetInfo.h" #include <algorithm> #include <cassert>