summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/GCStrategy.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-10-23 06:19:46 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-10-23 06:19:46 +0000
commit6289a4e85e0b396b36bf0cddc802802f21e95de5 (patch)
tree570d479aae1e721ebe54562b13da5969211a9ef4 /llvm/lib/CodeGen/GCStrategy.cpp
parentfc9e7a2969650e52a87864a6a79bd37b42ea33e3 (diff)
downloadbcm5719-llvm-6289a4e85e0b396b36bf0cddc802802f21e95de5.tar.gz
bcm5719-llvm-6289a4e85e0b396b36bf0cddc802802f21e95de5.zip
Per the C++ standard, we need to include the definition of llvm::Calculate in
every TU where it's implicitly instantiated, even if there's an implicit instantiation for the same types available in another TU. llvm-svn: 166470
Diffstat (limited to 'llvm/lib/CodeGen/GCStrategy.cpp')
-rw-r--r--llvm/lib/CodeGen/GCStrategy.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/GCStrategy.cpp b/llvm/lib/CodeGen/GCStrategy.cpp
index 506b5cf0945..8de541de3d9 100644
--- a/llvm/lib/CodeGen/GCStrategy.cpp
+++ b/llvm/lib/CodeGen/GCStrategy.cpp
@@ -20,6 +20,7 @@
#include "llvm/IntrinsicInst.h"
#include "llvm/Module.h"
#include "llvm/Analysis/Dominators.h"
+#include "llvm/Analysis/DominatorInternals.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
OpenPOWER on IntegriCloud