diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2009-10-25 06:57:41 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2009-10-25 06:57:41 +0000 |
| commit | 974e12b2d37781c1cb4bf4a9cf9cabe25ebb4855 (patch) | |
| tree | b6388811221946c754cd981d8342688e658a918c /llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp | |
| parent | 02d5f77d262152db2eb82164fd4246d60217024a (diff) | |
| download | llvm-974e12b2d37781c1cb4bf4a9cf9cabe25ebb4855.zip llvm-974e12b2d37781c1cb4bf4a9cf9cabe25ebb4855.tar.gz llvm-974e12b2d37781c1cb4bf4a9cf9cabe25ebb4855.tar.bz2 | |
Remove includes of Support/Compiler.h that are no longer needed after the
VISIBILITY_HIDDEN removal.
llvm-svn: 85043
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp b/llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp index 1a707e0..9ae3786 100644 --- a/llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp +++ b/llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp @@ -20,7 +20,6 @@ #include "ProfilingUtils.h" #include "llvm/Module.h" #include "llvm/Pass.h" -#include "llvm/Support/Compiler.h" #include "llvm/Support/raw_ostream.h" #include "llvm/Transforms/Utils/BasicBlockUtils.h" #include "llvm/Transforms/Instrumentation.h" |
