From 144121df27dc1290c96c8a1c393e867663216580 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 10 Feb 2005 15:07:06 +0000 Subject: [PATCH] removed ^M's CV: ---------------------------------------------------------------------- [r5084] --- ir/ir/irnode.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ir/ir/irnode.h b/ir/ir/irnode.h index d81c8e976..553e1ff62 100644 --- a/ir/ir/irnode.h +++ b/ir/ir/irnode.h @@ -354,12 +354,12 @@ typedef enum { } pn_Raise; /* Projection numbers for Raise. */ typedef enum { - CNST_NULL = TV_CLASSIFY_NULL, /**< The node is a const(0). */ - CNST_ONE = TV_CLASSIFY_ONE, /**< The node is a const(1). */ - CNST_ALL_ONE = TV_CLASSIFY_ALL_ONE, /**< The node is a const(11111...). */ - CNST_OTHER = TV_CLASSIFY_OTHER, /**< The tarvel of the const has another value. */ - CNST_SYMCONST, /**< The node is symconst. */ - CNST_NO_CONST /**< The node is no const at all. */ + CNST_NULL = TV_CLASSIFY_NULL, /**< The node is a const(0). */ + CNST_ONE = TV_CLASSIFY_ONE, /**< The node is a const(1). */ + CNST_ALL_ONE = TV_CLASSIFY_ALL_ONE, /**< The node is a const(11111...). */ + CNST_OTHER = TV_CLASSIFY_OTHER, /**< The tarvel of the const has another value. */ + CNST_SYMCONST, /**< The node is symconst. */ + CNST_NO_CONST /**< The node is no const at all. */ } cnst_classify_t; tarval *get_Const_tarval (ir_node *node); -- 2.20.1