diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-03-07 19:28:43 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-03-07 19:28:43 +0000 |
commit | 42daf912e0d138c1faaeaab9d04e7bbfed633e57 (patch) | |
tree | 818185cf88304d21f88f901cc615b8daa4709963 | |
parent | a9d5c2715b5e8e0be613d8d31e76c35a5bfff07d (diff) |
Tidy up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127169 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/MachineFrameInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineFrameInfo.h b/include/llvm/CodeGen/MachineFrameInfo.h index 22a82a9d6e..4ea6aa3396 100644 --- a/include/llvm/CodeGen/MachineFrameInfo.h +++ b/include/llvm/CodeGen/MachineFrameInfo.h @@ -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> |