Revert "[mips] Disable compact branch generation"

With the latest Clang we do not have issue with beqc instruction,
so allow generation of compact branches for mips.

This reverts commit 3d6a38d601.

Change-Id: I6dbb5d1fce08bd714cc9a0318d50de5765cff038
This commit is contained in:
Lazar Trsic
2017-06-28 11:16:08 +02:00
parent ba6b55240b
commit 397866653e
2 changed files with 0 additions and 6 deletions

View File

@@ -82,9 +82,6 @@ var (
"mips64r6": []string{ "mips64r6": []string{
"-mips64r6", "-mips64r6",
"-msynci", "-msynci",
// revert once clang picks up r278824
"-mcompact-branches=never",
}, },
} }
) )

View File

@@ -113,9 +113,6 @@ var (
"-mfp64", "-mfp64",
"-mno-odd-spreg", "-mno-odd-spreg",
"-msynci", "-msynci",
// revert once clang picks up r278824
"-mcompact-branches=never",
}, },
} }
) )