diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-09-17 09:56:43 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2010-09-17 09:56:43 +0000 |
commit | cdd7fb7853c35406cb7bdd5508a49ede3eefbd86 (patch) | |
tree | 663898318043d18509f8f29ddd3138e2c020825f | |
parent | e1630da3e94d071c419b3ff862c03b41abc4eb99 (diff) |
AlphaSchedule.td: 7bit-ize.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114173 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Alpha/AlphaSchedule.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaSchedule.td b/lib/Target/Alpha/AlphaSchedule.td index 4dc04b88a7..3723a07e87 100644 --- a/lib/Target/Alpha/AlphaSchedule.td +++ b/lib/Target/Alpha/AlphaSchedule.td @@ -50,7 +50,7 @@ def s_ftoi : InstrItinClass; def s_itof : InstrItinClass; def s_pseudo : InstrItinClass; -//Table 24 Instruction Class Latency in Cycles +//Table 2-4 Instruction Class Latency in Cycles //modified some def Alpha21264Itineraries : ProcessorItineraries< |