comparison gen/passes/GarbageCollect2Stack.cpp @ 1361:67ac63740c7f

silence a gcc warning
author Benjamin Kramer <benny.kra@gmail.com>
date Sat, 16 May 2009 13:50:44 +0200
parents 15e9762bb620
children ad999630aa35
comparison
equal deleted inserted replaced
1360:015e00affbb9 1361:67ac63740c7f
223 return true; 223 return true;
224 } 224 }
225 225
226 // The default promote() should be fine. 226 // The default promote() should be fine.
227 227
228 AllocClassFI() : FunctionInfo(-1, true) {} 228 AllocClassFI() : FunctionInfo(~0u, true) {}
229 }; 229 };
230 } 230 }
231 231
232 232
233 //===----------------------------------------------------------------------===// 233 //===----------------------------------------------------------------------===//