[llvm-commits] [poolalloc] r118012 - /poolalloc/trunk/test/pa/clone/AttrTest.ll

Arushi Aggarwal aggarwa4 at illinois.edu
Tue Nov 2 00:24:21 PDT 2010


Author: aggarwa4
Date: Tue Nov  2 02:24:21 2010
New Revision: 118012

URL: http://llvm.org/viewvc/llvm-project?rev=118012&view=rev
Log:
Make function linkage internal. If it is not so, it gets the
E flag, making poolalloc, not assign pools

Modified:
    poolalloc/trunk/test/pa/clone/AttrTest.ll

Modified: poolalloc/trunk/test/pa/clone/AttrTest.ll
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/test/pa/clone/AttrTest.ll?rev=118012&r1=118011&r2=118012&view=diff
==============================================================================
--- poolalloc/trunk/test/pa/clone/AttrTest.ll (original)
+++ poolalloc/trunk/test/pa/clone/AttrTest.ll Tue Nov  2 02:24:21 2010
@@ -13,7 +13,7 @@
   unreachable
 }
 
-define void @attr(i16 zeroext %IntParam, i8** nocapture %NeedsPool) {
+define internal void @attr(i16 zeroext %IntParam, i8** nocapture %NeedsPool) {
 entry:
   unreachable
 }





More information about the llvm-commits mailing list