From cdd7fb7853c35406cb7bdd5508a49ede3eefbd86 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 17 Sep 2010 09:56:43 +0000 Subject: [PATCH] AlphaSchedule.td: 7bit-ize. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114173 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Alpha/AlphaSchedule.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/Alpha/AlphaSchedule.td b/lib/Target/Alpha/AlphaSchedule.td index 4dc04b88a70..3723a07e877 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 2­4 Instruction Class Latency in Cycles +//Table 2-4 Instruction Class Latency in Cycles //modified some def Alpha21264Itineraries : ProcessorItineraries< -- 2.34.1