From 24659eb2e7660ff7b6d06ed67fec091dbe56b70e 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 llvm-svn: 355286 --- llvm/lib/IR/Instructions.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/llvm/lib/IR/Instructions.cpp b/llvm/lib/IR/Instructions.cpp index 766c411..09d4395 100644 --- a/llvm/lib/IR/Instructions.cpp +++ b/llvm/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.7.4