From 10b9de62ff14069a4410f6005eaf71d353b2ac83 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 3 Jul 2008 07:46:41 +0000 Subject: [PATCH] Add newline at the end of Constants.cpp. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53092 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/Constants.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp index 7a08b5fb8f2..9d898f0b4db 100644 --- a/lib/VMCore/Constants.cpp +++ b/lib/VMCore/Constants.cpp @@ -2658,4 +2658,4 @@ void ConstantExpr::replaceUsesOfWithOnConstant(Value *From, Value *ToV, // Delete the old constant! destroyConstant(); -} \ No newline at end of file +} -- 2.34.1