diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-29 17:30:56 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-29 17:30:56 +0000 |
commit | 63b38bd2ed0c80f0c9e171f03197eb16338510e9 (patch) | |
tree | 5441cbdbb2a0c15d725d0fa5c8ce23fb40566a10 /llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp | |
parent | b5ada398a2e69d047405998c8e7fb14ba6c62030 (diff) | |
download | bcm5719-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.cpp | 2 |
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" |