[llvm] r355286 - Remove large amount of empty lines mid-file. NFC
Kristina Brooks via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 3 05:21:38 PST 2019
Author: kristina
Date: Sun Mar 3 05:21:38 2019
New Revision: 355286
URL: http://llvm.org/viewvc/llvm-project?rev=355286&view=rev
Log:
Remove large amount of empty lines mid-file. NFC
Modified:
llvm/trunk/lib/IR/Instructions.cpp
Modified: llvm/trunk/lib/IR/Instructions.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/IR/Instructions.cpp?rev=355286&r1=355285&r2=355286&view=diff
==============================================================================
--- llvm/trunk/lib/IR/Instructions.cpp (original)
+++ llvm/trunk/lib/IR/Instructions.cpp Sun Mar 3 05:21:38 2019
@@ -458,15 +458,6 @@ CallInst *CallInst::Create(CallInst *CI,
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");
More information about the llvm-commits
mailing list