[llvm-commits] [llvm] r122139 - /llvm/trunk/lib/MC/MCExpr.cpp

Rafael Espindola rafael.espindola at gmail.com
Fri Dec 17 20:01:45 PST 2010


Author: rafael
Date: Fri Dec 17 22:01:45 2010
New Revision: 122139

URL: http://llvm.org/viewvc/llvm-project?rev=122139&view=rev
Log:
Fix the note.

Modified:
    llvm/trunk/lib/MC/MCExpr.cpp

Modified: llvm/trunk/lib/MC/MCExpr.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCExpr.cpp?rev=122139&r1=122138&r2=122139&view=diff
==============================================================================
--- llvm/trunk/lib/MC/MCExpr.cpp (original)
+++ llvm/trunk/lib/MC/MCExpr.cpp Fri Dec 17 22:01:45 2010
@@ -327,7 +327,7 @@
 /// NOTE: It is really important to have both the Asm and Layout arguments.
 /// They might look redundant, but this function can be used before layout
 /// is done (see the object streamer for example) and having the Asm argument
-/// lets us avoid relocations.
+/// lets us avoid relaxations early.
 static bool EvaluateSymbolicAdd(const MCAssembler *Asm,
                                 const MCAsmLayout *Layout,
                                 const SectionAddrMap *Addrs,





More information about the llvm-commits mailing list