aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/Instructions.cpp
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 /llvm/lib/IR/Instructions.cpp
parente39ec43be77b924935f0501ffde93192cf94cd1e (diff)
downloadllvm-24659eb2e7660ff7b6d06ed67fec091dbe56b70e.zip
llvm-24659eb2e7660ff7b6d06ed67fec091dbe56b70e.tar.gz
llvm-24659eb2e7660ff7b6d06ed67fec091dbe56b70e.tar.bz2
Remove large amount of empty lines mid-file. NFC
llvm-svn: 355286
Diffstat (limited to 'llvm/lib/IR/Instructions.cpp')
-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 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<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");