[llvm-commits] [hlvm] r38356 - /hlvm/trunk/hlvm/AST/Constants.h
Reid Spencer
reid at x10sys.com
Sat Jul 7 17:02:37 PDT 2007
Author: reid
Date: Sat Jul 7 19:02:37 2007
New Revision: 38356
URL: http://llvm.org/viewvc/llvm-project?rev=38356&view=rev
Log:
Consolidate lines.
Modified:
hlvm/trunk/hlvm/AST/Constants.h
Modified: hlvm/trunk/hlvm/AST/Constants.h
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/hlvm/AST/Constants.h?rev=38356&r1=38355&r2=38356&view=diff
==============================================================================
--- hlvm/trunk/hlvm/AST/Constants.h (original)
+++ hlvm/trunk/hlvm/AST/Constants.h Sat Jul 7 19:02:37 2007
@@ -98,8 +98,7 @@
/// @{
public:
static inline bool classof(const ConstantValue*) { return true; }
- static inline bool classof(const Node* N)
- { return N->isConstantValue(); }
+ static inline bool classof(const Node* N) { return N->isConstantValue(); }
/// @}
friend class AST;
More information about the llvm-commits
mailing list