diff options
author | Kristina Brooks <notstina@gmail.com> | 2019-03-03 13:21:38 +0000 |
---|---|---|
committer | Kristina Brooks <notstina@gmail.com> | 2019-03-03 13:21:38 +0000 |
commit | 24659eb2e7660ff7b6d06ed67fec091dbe56b70e (patch) | |
tree | e1a23391b314d468514bfe5d81e0562dddb38ec0 | |
parent | e39ec43be77b924935f0501ffde93192cf94cd1e (diff) | |
download | bcm5719-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.cpp | 9 |
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"); |