diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2008-10-14 21:26:46 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2008-10-14 21:26:46 +0000 |
| commit | 07d53b1d33e0be27d5fba7f5bc749f3b7332418c (patch) | |
| tree | adc145207cc34b4f77d3599a7d8e3faefed55c28 /llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
| parent | b7c01f5f4833db0ddfaa11e55f6e6276d499db08 (diff) | |
| download | bcm5719-llvm-07d53b1d33e0be27d5fba7f5bc749f3b7332418c.tar.gz bcm5719-llvm-07d53b1d33e0be27d5fba7f5bc749f3b7332418c.zip | |
Rename LoadX to LoadExt.
llvm-svn: 57526
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 05edb6348d6..d60ae2eacff 100644 --- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -402,7 +402,7 @@ TargetLowering::TargetLowering(TargetMachine &tm) "Fixed size array in TargetLowering is not large enough!"); // All operations default to being supported. memset(OpActions, 0, sizeof(OpActions)); - memset(LoadXActions, 0, sizeof(LoadXActions)); + memset(LoadExtActions, 0, sizeof(LoadExtActions)); memset(TruncStoreActions, 0, sizeof(TruncStoreActions)); memset(IndexedModeActions, 0, sizeof(IndexedModeActions)); memset(ConvertActions, 0, sizeof(ConvertActions)); |

