diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-01-06 23:38:27 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-01-06 23:38:27 +0000 |
| commit | 834f1ce0312e3d00d836f9560cb63182c2c4570f (patch) | |
| tree | fa9d9d5b1ad73454fca5dd87fe5dd8b848b8bdc7 /lib/Target/CellSPU | |
| parent | 9e7aba2739fb3edb3ddcf04c5d36c7c1cccb0581 (diff) | |
| download | external_llvm-834f1ce0312e3d00d836f9560cb63182c2c4570f.zip external_llvm-834f1ce0312e3d00d836f9560cb63182c2c4570f.tar.gz external_llvm-834f1ce0312e3d00d836f9560cb63182c2c4570f.tar.bz2 | |
rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45667 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CellSPU')
| -rw-r--r-- | lib/Target/CellSPU/SPUInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/CellSPU/SPUInstrInfo.td b/lib/Target/CellSPU/SPUInstrInfo.td index 8b9ed31..2a0eef7 100644 --- a/lib/Target/CellSPU/SPUInstrInfo.td +++ b/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 isLoad = 1 in { +let isSimpleLoad = 1 in { def LQDv16i8: RI10Form<0b00101100, (outs VECREG:$rT), (ins memri10:$src), "lqd\t$rT, $src", LoadStore, |
