From ccb8c9c48cfb70ba3c34dc17778fb3de6a8ed676 Mon Sep 17 00:00:00 2001 From: Kristina Brooks Date: Sun, 3 Mar 2019 13:21:38 +0000 Subject: [PATCH] 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 --- lib/IR/Instructions.cpp | 9 --------- 1 file changed, 9 deletions(-) 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"); -- 2.50.1