diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Transforms/IPO/HotColdSplitting.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/llvm/lib/Transforms/IPO/HotColdSplitting.cpp b/llvm/lib/Transforms/IPO/HotColdSplitting.cpp index c5eb23c6a16..710a9e72569 100644 --- a/llvm/lib/Transforms/IPO/HotColdSplitting.cpp +++ b/llvm/lib/Transforms/IPO/HotColdSplitting.cpp @@ -52,7 +52,6 @@  #include "llvm/Transforms/Utils/Cloning.h"  #include "llvm/Transforms/Utils/CodeExtractor.h"  #include "llvm/Transforms/Utils/Local.h" -#include "llvm/Transforms/Utils/SSAUpdater.h"  #include "llvm/Transforms/Utils/ValueMapper.h"  #include <algorithm>  #include <cassert> | 

