summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCELFStreamer.cpp
diff options
context:
space:
mode:
authorGabor Ballabas <gaborb@inf.u-szeged.hu>2015-06-04 17:30:26 +0000
committerGabor Ballabas <gaborb@inf.u-szeged.hu>2015-06-04 17:30:26 +0000
commite194400233d23819062ee1a2cf4b51a31a165770 (patch)
tree9ce4c25d8ff1c37e3927710e2aefd3b34a1a96b1 /llvm/lib/MC/MCELFStreamer.cpp
parent1e7a1ddcee54477d84ed286e4a3932db0fd682a5 (diff)
downloadbcm5719-llvm-e194400233d23819062ee1a2cf4b51a31a165770.tar.gz
bcm5719-llvm-e194400233d23819062ee1a2cf4b51a31a165770.zip
Test commit access.
Fix trailing whitespace. llvm-svn: 239058
Diffstat (limited to 'llvm/lib/MC/MCELFStreamer.cpp')
-rw-r--r--llvm/lib/MC/MCELFStreamer.cpp2
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");
OpenPOWER on IntegriCloud