diff options
| author | Dan Gohman <gohman@apple.com> | 2008-12-03 18:15:48 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-12-03 18:15:48 +0000 |
| commit | 69cc2cbbff5232ac55a8387856b17c148e7663dd (patch) | |
| tree | 0ffe280ade3a93d429a948ad52dc3b3a9b3dcf34 /llvm/lib/Target/CellSPU | |
| parent | 78407ac8e5cff3ed29609402c811df44651a900a (diff) | |
| download | bcm5719-llvm-69cc2cbbff5232ac55a8387856b17c148e7663dd.tar.gz bcm5719-llvm-69cc2cbbff5232ac55a8387856b17c148e7663dd.zip | |
Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.
llvm-svn: 60487
Diffstat (limited to 'llvm/lib/Target/CellSPU')
| -rw-r--r-- | llvm/lib/Target/CellSPU/SPUInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/CellSPU/SPUInstrInfo.td b/llvm/lib/Target/CellSPU/SPUInstrInfo.td index 9b6df875a42..5d6d8af0cee 100644 --- a/llvm/lib/Target/CellSPU/SPUInstrInfo.td +++ b/llvm/lib/Target/CellSPU/SPUInstrInfo.td @@ -47,7 +47,7 @@ def DWARF_LOC : Pseudo<(outs), (ins i32imm:$line, i32imm:$col, i32imm:$fi // finally the X-form with the register-register. //===----------------------------------------------------------------------===// -let isSimpleLoad = 1 in { +let canFoldAsLoad = 1 in { class LoadDFormVec<ValueType vectype> : RI10Form<0b00101100, (outs VECREG:$rT), (ins memri10:$src), "lqd\t$rT, $src", |

