summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-03-07 19:28:43 +0000
committerJim Grosbach <grosbach@apple.com>2011-03-07 19:28:43 +0000
commit42daf912e0d138c1faaeaab9d04e7bbfed633e57 (patch)
tree818185cf88304d21f88f901cc615b8daa4709963 /include
parenta9d5c2715b5e8e0be613d8d31e76c35a5bfff07d (diff)
downloadllvm-42daf912e0d138c1faaeaab9d04e7bbfed633e57.tar.gz
llvm-42daf912e0d138c1faaeaab9d04e7bbfed633e57.tar.bz2
llvm-42daf912e0d138c1faaeaab9d04e7bbfed633e57.tar.xz
Tidy up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127169 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/MachineFrameInfo.h1
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>