Lift alignment restrictions on load folding for a significant portion of AVX instruct...
[oota-llvm.git] / lib / Target / Hexagon / HexagonPeephole.cpp
index 89e34068894ee3dfbd4ed091599cfbbb67e700a7..5490ecd6e3e6e13039011c531848d33735b3e7a1 100644 (file)
@@ -29,7 +29,7 @@
 //
 // Note: The peephole pass makes the instrucstions like
 // %vreg170<def> = SXTW %vreg166 or %vreg16<def> = NOT_p %vreg15<kill>
-// redundant and relies on some form of dead removal instrucions, like
+// redundant and relies on some form of dead removal instructions, like
 // DCE or DIE to actually eliminate them.