Add newline at the end of Constants.cpp.

llvm-svn: 53092
This commit is contained in:
Matthijs Kooijman 2008-07-03 07:46:41 +00:00
parent f3fc979d9c
commit b7ade2592f

View File

@ -2658,4 +2658,4 @@ void ConstantExpr::replaceUsesOfWithOnConstant(Value *From, Value *ToV,
// Delete the old constant!
destroyConstant();
}
}