diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-01-16 07:02:28 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-01-16 07:02:28 +0000 |
commit | 6e8d814d36c441818626297342964a51d7281bcc (patch) | |
tree | d9f0c1adf7af90e647a8f9af0632bb2938ef4f91 /llvm/lib/CodeGen/ShadowStackGC.cpp | |
parent | 15af77f67939d927e3164a39edf2a17a68fad68e (diff) | |
download | llvm-6e8d814d36c441818626297342964a51d7281bcc.zip llvm-6e8d814d36c441818626297342964a51d7281bcc.tar.gz llvm-6e8d814d36c441818626297342964a51d7281bcc.tar.bz2 |
Registry.h should not depend on CommandLine.h.
Split Support/Registry.h into two files so that we have less to
recompile every time CommandLine.h is changed.
llvm-svn: 62312
Diffstat (limited to 'llvm/lib/CodeGen/ShadowStackGC.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ShadowStackGC.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/ShadowStackGC.cpp b/llvm/lib/CodeGen/ShadowStackGC.cpp index 472bd374..5a55760 100644 --- a/llvm/lib/CodeGen/ShadowStackGC.cpp +++ b/llvm/lib/CodeGen/ShadowStackGC.cpp @@ -31,6 +31,7 @@ #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; |