aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linearize.h
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-25 15:15:15 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:04:50 -0700
commit13179fc326caaee8ef924402e749b86daee277dc (patch)
tree3c3d869490e26b5598bee3f8a3ce516d46b537ba /linearize.h
parentc09a8c9ea8f3b6c07889d92dee064d78edf707a9 (diff)
downloadsparse-dev-13179fc326caaee8ef924402e749b86daee277dc.tar.gz
Make phi pseudos be a type of their own.
This makes it easier to verify that they are used only in phi-nodes, not anywhere else.
Diffstat (limited to 'linearize.h')
-rw-r--r--linearize.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linearize.h b/linearize.h
index 2f4b3a15..7867a2ce 100644
--- a/linearize.h
+++ b/linearize.h
@@ -15,6 +15,7 @@ enum pseudo_type {
PSEUDO_SYM,
PSEUDO_VAL,
PSEUDO_ARG,
+ PSEUDO_PHI,
};
struct pseudo {