[llvm] r239058 - Test commit access.
Gabor Ballabas
gaborb at inf.u-szeged.hu
Thu Jun 4 10:30:26 PDT 2015
Author: gaborb
Date: Thu Jun 4 12:30:26 2015
New Revision: 239058
URL: http://llvm.org/viewvc/llvm-project?rev=239058&view=rev
Log:
Test commit access.
Fix trailing whitespace.
Modified:
llvm/trunk/lib/MC/MCELFStreamer.cpp
Modified: llvm/trunk/lib/MC/MCELFStreamer.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCELFStreamer.cpp?rev=239058&r1=239057&r2=239058&view=diff
==============================================================================
--- llvm/trunk/lib/MC/MCELFStreamer.cpp (original)
+++ llvm/trunk/lib/MC/MCELFStreamer.cpp Thu Jun 4 12:30:26 2015
@@ -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");
More information about the llvm-commits
mailing list