llvm/lib
Dan Gohman b625f2f896 Factor the addressing mode and the load/store VT out of LoadSDNode
and StoreSDNode into their common base class LSBaseSDNode. Member
functions getLoadedVT and getStoredVT are replaced with the common
getMemoryVT to simplify code that will handle both loads and stores.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46538 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-30 00:15:11 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Factor the addressing mode and the load/store VT out of LoadSDNode 2008-01-30 00:15:11 +00:00
Debugger
ExecutionEngine
Linker
Support
System
Target Factor the addressing mode and the load/store VT out of LoadSDNode 2008-01-30 00:15:11 +00:00
Transforms
VMCore
Makefile