commit | 9bbda191baff3d24a6ae799991e084e701434c97 | [log] [tgz] |
---|---|---|
author | Amaury Sechet <deadalnix@gmail.com> | Mon Apr 25 22:23:35 2016 +0000 |
committer | Amaury Sechet <deadalnix@gmail.com> | Mon Apr 25 22:23:35 2016 +0000 |
tree | 1297b03679418b9f73a645b7ba4a07e52e031f74 | |
parent | a9250d111a9140ed2cf111bbbdcf7c3835a92435 [diff] [blame] |
Reformat LLVMConstPointerNull. NFC llvm-svn: 267484
diff --git a/llvm/lib/IR/Core.cpp b/llvm/lib/IR/Core.cpp index 262c6b1..416687b 100644 --- a/llvm/lib/IR/Core.cpp +++ b/llvm/lib/IR/Core.cpp
@@ -767,8 +767,7 @@ } LLVMValueRef LLVMConstPointerNull(LLVMTypeRef Ty) { - return - wrap(ConstantPointerNull::get(unwrap<PointerType>(Ty))); + return wrap(ConstantPointerNull::get(unwrap<PointerType>(Ty))); } /*--.. Operations on metadata nodes ........................................--*/