Renamed the ed directory to edis, as suggested
authorSean Callanan <scallanan@apple.com>
Tue, 2 Feb 2010 20:11:23 +0000 (20:11 +0000)
committerSean Callanan <scallanan@apple.com>
Tue, 2 Feb 2010 20:11:23 +0000 (20:11 +0000)
commit59b9c8879bebdbf0f745af0129abb51284867729
treecc5e26b9643a2c9e0d1a2fcfc89f62ab4ca36777
parent4db361395b762b1de6059827a6fabb1952373f98
Renamed the ed directory to edis, as suggested
yesterday.  This eliminates possible confusion
about what exactly in this directory; the name
is still short, though.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95118 91177308-0d34-0410-b5e6-96231b3b80d8
22 files changed:
tools/ed/EDDisassembler.cpp [deleted file]
tools/ed/EDDisassembler.h [deleted file]
tools/ed/EDInst.cpp [deleted file]
tools/ed/EDInst.h [deleted file]
tools/ed/EDMain.cpp [deleted file]
tools/ed/EDOperand.cpp [deleted file]
tools/ed/EDOperand.h [deleted file]
tools/ed/EDToken.cpp [deleted file]
tools/ed/EDToken.h [deleted file]
tools/ed/EnhancedDisassembly.exports [deleted file]
tools/ed/Makefile [deleted file]
tools/edis/EDDisassembler.cpp [new file with mode: 0644]
tools/edis/EDDisassembler.h [new file with mode: 0644]
tools/edis/EDInst.cpp [new file with mode: 0644]
tools/edis/EDInst.h [new file with mode: 0644]
tools/edis/EDMain.cpp [new file with mode: 0644]
tools/edis/EDOperand.cpp [new file with mode: 0644]
tools/edis/EDOperand.h [new file with mode: 0644]
tools/edis/EDToken.cpp [new file with mode: 0644]
tools/edis/EDToken.h [new file with mode: 0644]
tools/edis/EnhancedDisassembly.exports [new file with mode: 0644]
tools/edis/Makefile [new file with mode: 0644]