[Hexagon] Fix subesthetic indentation

llvm-svn: 279303
This commit is contained in:
Krzysztof Parzyszek 2016-08-19 19:29:15 +00:00
parent 505eb498bd
commit fb4c4178a2
3 changed files with 50 additions and 51 deletions

View File

@ -3024,7 +3024,6 @@ HexagonTargetLowering::getRegForInlineAsmConstraint(
case MVT::v128i8:
if (Subtarget.hasV60TOps() && UseHVX && UseHVXDbl)
return std::make_pair(0U, &Hexagon::VectorRegs128BRegClass);
else
return std::make_pair(0U, &Hexagon::VecDblRegsRegClass);
case MVT::v256i8:
case MVT::v128i16: