From 5e6e75a48ea3587ae3795506ee14356d9762f815 Mon Sep 17 00:00:00 2001 From: Sonam Kumari Date: Mon, 1 Dec 2014 09:27:46 +0000 Subject: [PATCH] Removed extra whitespace. (Testing commit access). NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222994 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/addnegneg.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Transforms/InstCombine/addnegneg.ll b/test/Transforms/InstCombine/addnegneg.ll index ad8791d1e7e..90f6baf5dd5 100644 --- a/test/Transforms/InstCombine/addnegneg.ll +++ b/test/Transforms/InstCombine/addnegneg.ll @@ -9,4 +9,3 @@ entry: %sub6 = add i32 %sub4, %d ; [#uses=1] ret i32 %sub6 } -