Don't use a potentially expensive shift if all we want is one set bit.
[oota-llvm.git] / lib / Target / AArch64 / AArch64InstrFormats.td
index 8cb770ea7f8f4c02defb103bfebec59d17f40a46..9dd122f149419377fd9e51c7a232160248901705 100644 (file)
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 // This file describes AArch64 instruction formats, down to the level of the
 // instruction's overall class.
-// ===----------------------------------------------------------------------===//
+//===----------------------------------------------------------------------===//
 
 
 //===----------------------------------------------------------------------===//
@@ -21,7 +21,7 @@ class A64Inst<dag outs, dag ins, string asmstr, list<dag> patterns,
               InstrItinClass itin>
     : Instruction {
   // All A64 instructions are 32-bit. This field will be filled in
-  // graually going down the hierarchy.
+  // gradually going down the hierarchy.
   field bits<32> Inst;
 
   field bits<32> Unpredictable = 0;