]> granicus.if.org Git - llvm/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355286 91177308-0d34-0410-b5e6-96231b3b80d8

lib/IR/Instructions.cpp

index 766c41188ff8c82565d3e56830be374703106286..09d4395db3ebde9544e02f0d98a3bec1610de40a 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");