[llvm-commits] [llvm] r127169 - /llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h
Jim Grosbach
grosbach at apple.com
Mon Mar 7 11:28:43 PST 2011
Author: grosbach
Date: Mon Mar 7 13:28:43 2011
New Revision: 127169
URL: http://llvm.org/viewvc/llvm-project?rev=127169&view=rev
Log:
Tidy up.
Modified:
llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h
Modified: llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h?rev=127169&r1=127168&r2=127169&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineFrameInfo.h Mon Mar 7 13:28:43 2011
@@ -15,7 +15,6 @@
#define LLVM_CODEGEN_MACHINEFRAMEINFO_H
#include "llvm/ADT/SmallVector.h"
-//#include "llvm/ADT/IndexedMap.h"
#include "llvm/Support/DataTypes.h"
#include <cassert>
#include <vector>
More information about the llvm-commits
mailing list