diff options
Diffstat (limited to 'lib/Target/Skeleton/SkeletonInstrInfo.td')
-rw-r--r-- | lib/Target/Skeleton/SkeletonInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Skeleton/SkeletonInstrInfo.td b/lib/Target/Skeleton/SkeletonInstrInfo.td index 4df3614f24..33902b57c1 100644 --- a/lib/Target/Skeleton/SkeletonInstrInfo.td +++ b/lib/Target/Skeleton/SkeletonInstrInfo.td @@ -15,7 +15,7 @@ class Format<bits<4> val> { bits<4> Value = val; } -// All of the PowerPC instruction formats, plus a pseudo-instruction format: +// Some of the powerpc instruction formats, plus a pseudo-instruction format: def Pseudo : Format<0>; def IForm : Format<1>; def BForm : Format<2>; |