From: Dan Gohman Date: Thu, 19 Nov 2009 16:35:11 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=57474fa0f6d5ba6b5797e3c4b08014168f915cc1;p=oota-llvm.git Fix a typo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89360 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Blackfin/BlackfinRegisterInfo.td b/lib/Target/Blackfin/BlackfinRegisterInfo.td index 642d10f5aa6..d396cc807e8 100644 --- a/lib/Target/Blackfin/BlackfinRegisterInfo.td +++ b/lib/Target/Blackfin/BlackfinRegisterInfo.td @@ -44,7 +44,7 @@ class Ra num, string n, list subs> : BlackfinReg { let Num = num; } -// Ywo halves of 32-bit register +// Two halves of 32-bit register multiclass Rss group, bits<3> num, string n> { def H : Rs; def L : Rs;