diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-25 15:15:15 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:04:50 -0700 |
| commit | 13179fc326caaee8ef924402e749b86daee277dc (patch) | |
| tree | 3c3d869490e26b5598bee3f8a3ce516d46b537ba /linearize.h | |
| parent | c09a8c9ea8f3b6c07889d92dee064d78edf707a9 (diff) | |
| download | sparse-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.h | 1 |
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 { |
