aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Constants.cpp
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-07-03 07:46:41 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-07-03 07:46:41 +0000
commit10b9de62ff14069a4410f6005eaf71d353b2ac83 (patch)
tree664b9dcab05ffdefb8605e7105413a8118998fea /lib/VMCore/Constants.cpp
parentf550f472ee0a9717f70c78ac422c04e252dbeec9 (diff)
downloadexternal_llvm-10b9de62ff14069a4410f6005eaf71d353b2ac83.zip
external_llvm-10b9de62ff14069a4410f6005eaf71d353b2ac83.tar.gz
external_llvm-10b9de62ff14069a4410f6005eaf71d353b2ac83.tar.bz2
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
Diffstat (limited to 'lib/VMCore/Constants.cpp')
-rw-r--r--lib/VMCore/Constants.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp
index 7a08b5f..9d898f0 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
+}