diff options
author | Gabor Ballabas <gaborb@inf.u-szeged.hu> | 2015-06-04 17:30:26 +0000 |
---|---|---|
committer | Gabor Ballabas <gaborb@inf.u-szeged.hu> | 2015-06-04 17:30:26 +0000 |
commit | e194400233d23819062ee1a2cf4b51a31a165770 (patch) | |
tree | 9ce4c25d8ff1c37e3927710e2aefd3b34a1a96b1 /llvm/lib/MC | |
parent | 1e7a1ddcee54477d84ed286e4a3932db0fd682a5 (diff) | |
download | bcm5719-llvm-e194400233d23819062ee1a2cf4b51a31a165770.tar.gz bcm5719-llvm-e194400233d23819062ee1a2cf4b51a31a165770.zip |
Test commit access.
Fix trailing whitespace.
llvm-svn: 239058
Diffstat (limited to 'llvm/lib/MC')
-rw-r--r-- | llvm/lib/MC/MCELFStreamer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCELFStreamer.cpp b/llvm/lib/MC/MCELFStreamer.cpp index 1f3b8eec7e4..da664f57803 100644 --- a/llvm/lib/MC/MCELFStreamer.cpp +++ b/llvm/lib/MC/MCELFStreamer.cpp @@ -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"); |