Jimptables working again on alpha.
[oota-llvm.git] / lib / Target / Alpha / AlphaTargetMachine.cpp
index a1aab94d9a9a3e3561c89cff8ba72586b0ad9401..2ad0d6709207ee2d2ee005af942c3cf7df2599d0 100644 (file)
@@ -58,7 +58,8 @@ AlphaTargetMachine::AlphaTargetMachine(const Module &M, const std::string &FS)
   : DataLayout("e"),
     FrameInfo(TargetFrameInfo::StackGrowsDown, 16, 0),
     JITInfo(*this),
-    Subtarget(M, FS) {
+    Subtarget(M, FS),
+    TLInfo(*this) {
   setRelocationModel(Reloc::PIC_);
 }