From 57474fa0f6d5ba6b5797e3c4b08014168f915cc1 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 19 Nov 2009 16:35:11 +0000 Subject: [PATCH] Fix a typo in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89360 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Blackfin/BlackfinRegisterInfo.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;