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/CodeGen/ShadowStackGC.cpp | |
parent | 02d5f77d262152db2eb82164fd4246d60217024a (diff) | |
download | bcm5719-llvm-974e12b2d37781c1cb4bf4a9cf9cabe25ebb4855.tar.gz bcm5719-llvm-974e12b2d37781c1cb4bf4a9cf9cabe25ebb4855.zip |
Remove includes of Support/Compiler.h that are no longer needed after the
VISIBILITY_HIDDEN removal.
llvm-svn: 85043
Diffstat (limited to 'llvm/lib/CodeGen/ShadowStackGC.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ShadowStackGC.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ShadowStackGC.cpp b/llvm/lib/CodeGen/ShadowStackGC.cpp index 26da05f2b30..0e6d4796e22 100644 --- a/llvm/lib/CodeGen/ShadowStackGC.cpp +++ b/llvm/lib/CodeGen/ShadowStackGC.cpp @@ -31,7 +31,6 @@ #include "llvm/CodeGen/GCStrategy.h" #include "llvm/IntrinsicInst.h" #include "llvm/Module.h" -#include "llvm/Support/Compiler.h" #include "llvm/Support/IRBuilder.h" using namespace llvm; |