summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2018-03-22 22:42:44 +0000
committerDavid Blaikie <dblaikie@gmail.com>2018-03-22 22:42:44 +0000
commit301627f875cec1df6b7c8ab2fce837477c6f6c1d (patch)
tree4b7fb4fe43d7b4139172c07c6715660144da1f2c /llvm/lib/Transforms
parenta595456731bc404f78ca4fc220a6249cb9a7184d (diff)
downloadbcm5719-llvm-301627f875cec1df6b7c8ab2fce837477c6f6c1d.tar.gz
bcm5719-llvm-301627f875cec1df6b7c8ab2fce837477c6f6c1d.zip
Move SampleProfile.h into IPO along with the rest of the IPO pass headers
llvm-svn: 328262
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/IPO/SampleProfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/IPO/SampleProfile.cpp b/llvm/lib/Transforms/IPO/SampleProfile.cpp
index 1cb61ffcfab..fd5fce42620 100644
--- a/llvm/lib/Transforms/IPO/SampleProfile.cpp
+++ b/llvm/lib/Transforms/IPO/SampleProfile.cpp
@@ -22,7 +22,7 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/Transforms/SampleProfile.h"
+#include "llvm/Transforms/IPO/SampleProfile.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
OpenPOWER on IntegriCloud