[llvm-commits] [llvm] r79476 - /llvm/trunk/lib/CodeGen/ELFCodeEmitter.cpp
David Greene
greened at obbligato.org
Wed Aug 19 15:02:07 PDT 2009
Author: greened
Date: Wed Aug 19 17:02:07 2009
New Revision: 79476
URL: http://llvm.org/viewvc/llvm-project?rev=79476&view=rev
Log:
Add missing includes.
Modified:
llvm/trunk/lib/CodeGen/ELFCodeEmitter.cpp
Modified: llvm/trunk/lib/CodeGen/ELFCodeEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/ELFCodeEmitter.cpp?rev=79476&r1=79475&r2=79476&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/ELFCodeEmitter.cpp (original)
+++ llvm/trunk/lib/CodeGen/ELFCodeEmitter.cpp Wed Aug 19 17:02:07 2009
@@ -17,6 +17,7 @@
#include "llvm/Function.h"
#include "llvm/CodeGen/BinaryObject.h"
#include "llvm/CodeGen/MachineConstantPool.h"
+#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineJumpTableInfo.h"
#include "llvm/CodeGen/MachineRelocation.h"
#include "llvm/Target/TargetData.h"
More information about the llvm-commits
mailing list