commit | ca14237696a1b7453bbf90f511bd9f2b03254ae9 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Apr 28 19:55:58 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Apr 28 19:55:58 2002 +0000 |
tree | d176761686c4436643314719e1adb1406689a6a7 | |
parent | aa77eab129a804b39b876fc42cb8477c53315bcc [diff] [blame] |
Split ConstantVals.h into Constant.h and Constants.h llvm-svn: 2378
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp index 41d4a72..0b6d17d 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/EdgeCode.cpp
@@ -9,7 +9,7 @@ #include "Graph.h" #include "llvm/BasicBlock.h" -#include "llvm/ConstantVals.h" +#include "llvm/Constants.h" #include "llvm/DerivedTypes.h" #include "llvm/iMemory.h" #include "llvm/iTerminators.h"