aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/OcamlGC.cpp
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-01-16 07:02:28 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-01-16 07:02:28 +0000
commit6e8d814d36c441818626297342964a51d7281bcc (patch)
treed9f0c1adf7af90e647a8f9af0632bb2938ef4f91 /llvm/lib/CodeGen/OcamlGC.cpp
parent15af77f67939d927e3164a39edf2a17a68fad68e (diff)
downloadllvm-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/OcamlGC.cpp')
-rw-r--r--llvm/lib/CodeGen/OcamlGC.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/OcamlGC.cpp b/llvm/lib/CodeGen/OcamlGC.cpp
index 5c6e29a..f7bc9f3 100644
--- a/llvm/lib/CodeGen/OcamlGC.cpp
+++ b/llvm/lib/CodeGen/OcamlGC.cpp
@@ -16,6 +16,7 @@
#include "llvm/CodeGen/GCs.h"
#include "llvm/CodeGen/GCStrategy.h"
+#include "llvm/Support/Compiler.h"
using namespace llvm;