summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristina Brooks <notstina@gmail.com>2019-03-03 13:21:38 +0000
committerKristina Brooks <notstina@gmail.com>2019-03-03 13:21:38 +0000
commit24659eb2e7660ff7b6d06ed67fec091dbe56b70e (patch)
treee1a23391b314d468514bfe5d81e0562dddb38ec0
parente39ec43be77b924935f0501ffde93192cf94cd1e (diff)
downloadbcm5719-llvm-24659eb2e7660ff7b6d06ed67fec091dbe56b70e.tar.gz
bcm5719-llvm-24659eb2e7660ff7b6d06ed67fec091dbe56b70e.zip
Remove large amount of empty lines mid-file. NFC
llvm-svn: 355286
-rw-r--r--llvm/lib/IR/Instructions.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/IR/Instructions.cpp b/llvm/lib/IR/Instructions.cpp
index 766c41188ff..09d4395db3e 100644
--- a/llvm/lib/IR/Instructions.cpp
+++ b/llvm/lib/IR/Instructions.cpp
@@ -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");
OpenPOWER on IntegriCloud