Test commit access.

Fix trailing whitespace.

llvm-svn: 239058
This commit is contained in:
Gabor Ballabas 2015-06-04 17:30:26 +00:00
parent 1e7a1ddcee
commit e194400233
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ void MCELFStreamer::EmitBundleUnlock() {
report_fatal_error("Empty bundle-locked group is forbidden");
// When the -mc-relax-all flag is used, we emit instructions to fragments
// stored on a stack. When the bundle unlock is emited, we pop a fragment
// stored on a stack. When the bundle unlock is emited, we pop a fragment
// from the stack a merge it to the one below.
if (getAssembler().getRelaxAll()) {
assert(!BundleGroups.empty() && "There are no bundle groups");