Rename ExpandPseudos to ExpandISelPseudos to help clarify its role.
authorDan Gohman <gohman@apple.com>
Thu, 18 Nov 2010 18:45:06 +0000 (18:45 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 18 Nov 2010 18:45:06 +0000 (18:45 +0000)
commit8ec9d62380f7139c7c85bae9609e8e93d2799500
tree180aba582f7c78ad2aa3dc6364437beb8ff5bd9f
parenta04a0649e13dc97c778856a85717b3e9428786f0
Rename ExpandPseudos to ExpandISelPseudos to help clarify its role.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119716 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/Passes.h
include/llvm/InitializePasses.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/ExpandISelPseudos.cpp [new file with mode: 0644]
lib/CodeGen/ExpandPseudos.cpp [deleted file]