diff options
author | Dan Gohman <gohman@apple.com> | 2010-03-24 00:53:38 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-03-24 00:53:38 +0000 |
commit | b92c8c849b2c003a229cbba75d3d648600882506 (patch) | |
tree | b09fd2a93d49f18fb06e521ae3238805b73a7c13 /llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
parent | 918a2c866112c30816a377836e466e4873871980 (diff) | |
download | bcm5719-llvm-b92c8c849b2c003a229cbba75d3d648600882506.tar.gz bcm5719-llvm-b92c8c849b2c003a229cbba75d3d648600882506.zip |
Remove the ConvertActions table and associated code, which is unused.
llvm-svn: 99372
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index f7ef2d640b4..9a1da42b971 100644 --- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -475,7 +475,6 @@ TargetLowering::TargetLowering(TargetMachine &tm,TargetLoweringObjectFile *tlof) memset(LoadExtActions, 0, sizeof(LoadExtActions)); memset(TruncStoreActions, 0, sizeof(TruncStoreActions)); memset(IndexedModeActions, 0, sizeof(IndexedModeActions)); - memset(ConvertActions, 0, sizeof(ConvertActions)); memset(CondCodeActions, 0, sizeof(CondCodeActions)); // Set default actions for various operations. |