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/IA64 | |
| 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/IA64')
| -rw-r--r-- | lib/Target/IA64/IA64InstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/IA64/IA64InstrInfo.td b/lib/Target/IA64/IA64InstrInfo.td index f308228..5ab898b 100644 --- a/lib/Target/IA64/IA64InstrInfo.td +++ b/lib/Target/IA64/IA64InstrInfo.td @@ -558,7 +558,7 @@ let mayStore = 1 in { "stf.spill [$dstPtr] = $value">, isM; } -let isLoad = 1 in { +let isSimpleLoad = 1 in { def LD1 : AForm<0x03, 0x0b, (outs GR:$dst), (ins GR:$srcPtr), "ld1 $dst = [$srcPtr]">, isM; def LD2 : AForm<0x03, 0x0b, (outs GR:$dst), (ins GR:$srcPtr), |
