[llvm-commits] [llvm] r61982 -	/llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c
    Chris Lattner 
    sabre at nondot.org
       
    Thu Jan  8 21:49:28 PST 2009
    
    
  
Author: lattner
Date: Thu Jan  8 23:49:27 2009
New Revision: 61982
URL: http://llvm.org/viewvc/llvm-project?rev=61982&view=rev
Log:
this doesn't depend on the gcc early inliner anymore.
Modified:
    llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c
Modified: llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c?rev=61982&r1=61981&r2=61982&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c (original)
+++ llvm/trunk/test/FrontendC/2008-03-24-BitField-And-Alloca.c Thu Jan  8 23:49:27 2009
@@ -61,7 +61,7 @@
  unsigned long long lkey;
 } Key;
 
-static /*inline __attribute__ ((always_inline))*/ void foo(const Key iospec, int* ret)
+static void foo(const Key iospec, int* ret)
 {
   *ret=0;
  if(((iospec.key_io.lod == G_B) &&
    
    
More information about the llvm-commits
mailing list