summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.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/RetracePath.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/RetracePath.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp
index 21d11bec2e0..fd0844e14b9 100644
--- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp
+++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/RetracePath.cpp
@@ -12,8 +12,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/Module.h"
-#include "llvm/iTerminators.h"
-#include "llvm/iOther.h"
+#include "llvm/Instructions.h"
#include "llvm/Support/CFG.h"
#include "Graph.h"
#include <iostream>
OpenPOWER on IntegriCloud