Remove large amount of empty lines mid-file. NFC
authorKristina Brooks <notstina@gmail.com>
Sun, 3 Mar 2019 13:21:38 +0000 (13:21 +0000)
committerKristina Brooks <notstina@gmail.com>
Sun, 3 Mar 2019 13:21:38 +0000 (13:21 +0000)
llvm-svn: 355286

llvm/lib/IR/Instructions.cpp

index 766c411..09d4395 100644 (file)
@@ -458,15 +458,6 @@ CallInst *CallInst::Create(CallInst *CI, ArrayRef<OperandBundleDef> 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");