commit | 63b38bd2ed0c80f0c9e171f03197eb16338510e9 | [log] [tgz] |
---|---|---|
author | Misha Brukman <brukman+llvm@gmail.com> | Thu Jul 29 17:30:56 2004 +0000 |
committer | Misha Brukman <brukman+llvm@gmail.com> | Thu Jul 29 17:30:56 2004 +0000 |
tree | 5441cbdbb2a0c15d725d0fa5c8ce23fb40566a10 | |
parent | b5ada398a2e69d047405998c8e7fb14ba6c62030 [diff] [blame] |
Fix #includes of i*.h => Instructions.h as per PR403. llvm-svn: 15334
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp index e395b26..fe2839b 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/CombineBranch.cpp
@@ -14,8 +14,7 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/CFG.h" -#include "llvm/iTerminators.h" -#include "llvm/iPHINode.h" +#include "llvm/Instructions.h" #include "llvm/Function.h" #include "llvm/Pass.h"