]> granicus.if.org Git - llvm/commitdiff
[mips] Correct bytes to bits in 2 comments. NFC.
authorToma Tabacu <toma.tabacu@imgtec.com>
Mon, 27 Apr 2015 15:21:38 +0000 (15:21 +0000)
committerToma Tabacu <toma.tabacu@imgtec.com>
Mon, 27 Apr 2015 15:21:38 +0000 (15:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235891 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/AsmParser/MipsAsmParser.cpp

index 89742c0003800351e341c5901d68add45ecd5b6d..1ada361242579af712788505cc82599ba1fd184b 100644 (file)
@@ -1752,7 +1752,7 @@ bool MipsAsmParser::expandLoadImm(MCInst &Inst, SMLoc IDLoc,
     // <- hi16 ->             <- lo16 ->
     //  _________________________________
     // |          |          |          |
-    // | 16-bytes | 16-bytes | 16-bytes |
+    // | 16-bits  | 16-bits  | 16-bits  |
     // |__________|__________|__________|
     //
     // For any 64-bit value that is representable as a 48-bit integer:
@@ -1777,7 +1777,7 @@ bool MipsAsmParser::expandLoadImm(MCInst &Inst, SMLoc IDLoc,
     // <- hi16 ->                        <- lo16 ->
     //  ___________________________________________
     // |          |          |          |          |
-    // | 16-bytes | 16-bytes | 16-bytes | 16-bytes |
+    // | 16-bits  | 16-bits  | 16-bits  | 16-bits  |
     // |__________|__________|__________|__________|
     //
     // For all other values which are representable as a 64-bit integer: