From: Kristina Brooks Date: Sun, 3 Mar 2019 13:21:38 +0000 (+0000) Subject: Remove large amount of empty lines mid-file. NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccb8c9c48cfb70ba3c34dc17778fb3de6a8ed676;p=llvm Remove large amount of empty lines mid-file. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355286 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/IR/Instructions.cpp b/lib/IR/Instructions.cpp index 766c41188ff..09d4395db3e 100644 --- a/lib/IR/Instructions.cpp +++ b/lib/IR/Instructions.cpp @@ -458,15 +458,6 @@ CallInst *CallInst::Create(CallInst *CI, ArrayRef OpB, return NewCI; } - - - - - - - - - /// IsConstantOne - Return true only if val is constant int 1 static bool IsConstantOne(Value *val) { assert(val && "IsConstantOne does not work with nullptr val");