AMDGPU: Set MinInstAlignment

Not sure this actually changes anything

llvm-svn: 273947
This commit is contained in:
Matt Arsenault 2016-06-27 21:42:49 +00:00
parent 1051909df1
commit ed1fd7e056
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ using namespace llvm;
AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(const Triple &TT) : MCAsmInfoELF() {
HasSingleParameterDotFile = false;
//===------------------------------------------------------------------===//
MinInstAlignment = 4;
MaxInstLength = (TT.getArch() == Triple::amdgcn) ? 8 : 16;
SeparatorString = "\n";
CommentString = ";";