diff options
author | Matthijs Kooijman <matthijs@stdin.nl> | 2008-07-03 07:46:41 +0000 |
---|---|---|
committer | Matthijs Kooijman <matthijs@stdin.nl> | 2008-07-03 07:46:41 +0000 |
commit | c7130eee09f934df2927ba4a5789fe03a20046aa (patch) | |
tree | 664b9dcab05ffdefb8605e7105413a8118998fea | |
parent | 09a1c6c317ef95fced5ed7dfcec84c9430ce68dd (diff) | |
download | external_llvm-c7130eee09f934df2927ba4a5789fe03a20046aa.tar.gz external_llvm-c7130eee09f934df2927ba4a5789fe03a20046aa.tar.bz2 external_llvm-c7130eee09f934df2927ba4a5789fe03a20046aa.zip |
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
-rw-r--r-- | lib/VMCore/Constants.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp index 7a08b5fb8f..9d898f0b4d 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 +} |