Tidy SDNode::use_iterator, and complete the transition to have it
[oota-llvm.git] / include / llvm / ParameterAttributes.h
index 22833629f06ebeed34fe883d45eb3df5d0d171cc..919c460337ad4eb09d83d879034b179899a3e3f5 100644 (file)
@@ -68,7 +68,7 @@ Attributes typeIncompatible(const Type *Ty);
 
 /// This turns an int alignment (a power of 2, normally) into the
 /// form used internally in ParameterAttributes.
-ParamAttr::Attributes inline constructAlignmentFromInt(unsigned i) {
+inline ParamAttr::Attributes constructAlignmentFromInt(unsigned i) {
   return (i << 16);
 }