Comment formating. NFC
authorAmaury Sechet <deadalnix@gmail.com>
Mon, 25 Apr 2016 22:23:30 +0000 (22:23 +0000)
committerAmaury Sechet <deadalnix@gmail.com>
Mon, 25 Apr 2016 22:23:30 +0000 (22:23 +0000)
llvm-svn: 267483

llvm/include/llvm/IR/Value.h

index 7eb74b8..cdbd4ec 100644 (file)
@@ -790,8 +790,7 @@ public:
 // Create wrappers for C Binding types (see CBindingWrapping.h).
 DEFINE_ISA_CONVERSION_FUNCTIONS(Value, LLVMValueRef)
 
-/* Specialized opaque value conversions.
- */
+// Specialized opaque value conversions.
 inline Value **unwrap(LLVMValueRef *Vals) {
   return reinterpret_cast<Value**>(Vals);
 }