<div dir="ltr"><br><div class="gmail_extra">Modified:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

    llvm/trunk/test/CodeGen/X86/atom-call-reg-indirect-foldedreload32.ll<br>
    llvm/trunk/test/CodeGen/X86/atom-call-reg-indirect-foldedreload64.ll<br>
<br>
Modified: llvm/trunk/test/CodeGen/X86/atom-call-reg-indirect-foldedreload32.ll<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/atom-call-reg-indirect-foldedreload32.ll?rev=178541&r1=178540&r2=178541&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/atom-call-reg-indirect-foldedreload32.ll?rev=178541&r1=178540&r2=178541&view=diff</a><br>


==============================================================================<br>
--- llvm/trunk/test/CodeGen/X86/atom-call-reg-indirect-foldedreload32.ll (original)<br>
+++ llvm/trunk/test/CodeGen/X86/atom-call-reg-indirect-foldedreload32.ll Tue Apr  2 09:25:06 2013<br>
@@ -1,204 +1,77 @@<br>
 ; RUN: llc < %s -mtriple=i386-linux-gnu -mcpu=atom 2>&1 | \<br>
 ; RUN:     grep "calll" | not grep "("<br>
 ; RUN: llc < %s -mtriple=i386-linux-gnu -mcpu=core2 2>&1 | \<br>
-; RUN:     grep "calll" | grep "4-byte Folded Reload"<br>
+; RUN:     grep "calll" | grep "*funcp"<br>
+;<br></blockquote><div><br></div><div><br></div><div style>Preston, please don't add new tests with 'grep', use 'FileCheck' instead. Note this paragraph from the testing guide (<a href="http://llvm.org/docs/TestingGuide.html">http://llvm.org/docs/TestingGuide.html</a>):</div>
<div style><br></div><div style>    The recommended way to examine output to figure out if the test passes is using
the <a class="" href="http://llvm.org/docs/CommandGuide/FileCheck.html"><em>FileCheck tool</em></a>. <em>[The usage of    grep in RUN
lines is deprecated - please do not send or commit patches that use it.]</em><br></div><div style><br></div><div style>Thanks in advance,</div><div style>Eli</div><div style><i><br></i></div><div><br></div></div></div></div>