summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-07-29 17:30:56 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-07-29 17:30:56 +0000
commit63b38bd2ed0c80f0c9e171f03197eb16338510e9 (patch)
tree5441cbdbb2a0c15d725d0fa5c8ce23fb40566a10 /llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp
parentb5ada398a2e69d047405998c8e7fb14ba6c62030 (diff)
downloadbcm5719-llvm-63b38bd2ed0c80f0c9e171f03197eb16338510e9.tar.gz
bcm5719-llvm-63b38bd2ed0c80f0c9e171f03197eb16338510e9.zip
Fix #includes of i*.h => Instructions.h as per PR403.
llvm-svn: 15334
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp
index d9dc011cd5e..4e8419d9656 100644
--- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp
+++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp
@@ -14,7 +14,7 @@
#include "llvm/Pass.h"
#include "llvm/Module.h"
-#include "llvm/iTerminators.h"
+#include "llvm/Instructions.h"
#include "Support/Debug.h"
#include <algorithm>
#include "Graph.h"
OpenPOWER on IntegriCloud