summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2019-01-23 11:51:38 +0000
committerFlorian Hahn <flo@fhahn.com>2019-01-23 11:51:38 +0000
commit68cea130dff196402e6c9b1c29dee5c7710cf5bd (patch)
treeba9aaad8e0257fd6bffd1aedf9baca1f3a4a84b2 /llvm/lib/Transforms
parent776cf71d4f811f35bd0293a43ba418ab22d028b0 (diff)
downloadbcm5719-llvm-68cea130dff196402e6c9b1c29dee5c7710cf5bd.tar.gz
bcm5719-llvm-68cea130dff196402e6c9b1c29dee5c7710cf5bd.zip
[HotColdSplitting] Remove unused SSAUpdater.h include (NFC).
llvm-svn: 351945
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/IPO/HotColdSplitting.cpp1
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>
OpenPOWER on IntegriCloud