aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsFrameLowering.cpp
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-11-11 22:58:42 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-11-11 22:58:42 +0000
commitc85e3ff334bd9d3df28ee659defdb3a2ba05f2e8 (patch)
tree45991c5427ad4cc15d0544f7107b6a03cb9c631d /llvm/lib/Target/Mips/MipsFrameLowering.cpp
parent1094ded6f3772ce1ec8c131313f686f9668f4978 (diff)
downloadllvm-c85e3ff334bd9d3df28ee659defdb3a2ba05f2e8.zip
llvm-c85e3ff334bd9d3df28ee659defdb3a2ba05f2e8.tar.gz
llvm-c85e3ff334bd9d3df28ee659defdb3a2ba05f2e8.tar.bz2
Mips MC object code emission improvements:
"With this patch we can now generate runnable Mips code through LLVM direct object emission. We have run numerous simple programs, both C and C++ and with -O0 and -O3 from the output. The code is not production ready, but quite useful for experimentation." Patch and message by Jack Carter llvm-svn: 144414
Diffstat (limited to 'llvm/lib/Target/Mips/MipsFrameLowering.cpp')
-rw-r--r--llvm/lib/Target/Mips/MipsFrameLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Mips/MipsFrameLowering.cpp b/llvm/lib/Target/Mips/MipsFrameLowering.cpp
index 68adfe6b..07de251 100644
--- a/llvm/lib/Target/Mips/MipsFrameLowering.cpp
+++ b/llvm/lib/Target/Mips/MipsFrameLowering.cpp
@@ -14,6 +14,7 @@
#include "MipsFrameLowering.h"
#include "MipsInstrInfo.h"
#include "MipsMachineFunction.h"
+#include "MCTargetDesc/MipsBaseInfo.h"
#include "llvm/Function.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"