<div>Oh, Theres also stuff in TargetAsmInfo class that may contain the actual 'align' statment.</div>
<div> </div>
<div>Look in Target/X86/X86TargetAsmInfo.[cpp,h]</div>
<div> </div>
<div>Aaron<br><br></div>
<div class="gmail_quote">2009/6/17 Aaron Gray <span dir="ltr"><<a href="mailto:aaronngray.lists@googlemail.com">aaronngray.lists@googlemail.com</a>></span><br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div class="im">
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">On Wednesday 17 June 2009 00:11, Evan Cheng wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Asm printer.<br></blockquote><br>Yes, but where?  I can't find it.  What do I need to<br>search for?<br>

</blockquote><br></div>ViewVC is helpful :-<br><br>  <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/AsmPrinter/" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/AsmPrinter/</a><br>

<br>Look at the X86IntelAsmPrinter.cpp file for code outputting the align, if its not there it maybe in the X86AsmPrinter.cpp file, meaning you may have to override the functionality in the X86AsmPrinter.h and cpp file.<br>

<font color="#888888"><br>Aaron<br><br><br></font></blockquote></div><br>