diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-23 15:50:37 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:04:37 -0700 |
| commit | 29cc9c0d4c96f215061031c6c5e4331feec75ebb (patch) | |
| tree | 58584bfff59c8184b9474aa9446ab1c0439d177b /linearize.h | |
| parent | c715712d2cab0115107a2cbf3c6bcf66d7cd11ea (diff) | |
| download | sparse-dev-29cc9c0d4c96f215061031c6c5e4331feec75ebb.tar.gz | |
Make CSE convert instructions to OP_NOP
Instead of using the "convert_load_insn()" that converts them to
OP_LNOP's, which ends up confusing instruction printout horribly.
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 b6d8c6a6..9fb4e81f 100644 --- a/linearize.h +++ b/linearize.h @@ -160,6 +160,7 @@ enum opcode { OP_SLICE, OP_SNOP, OP_LNOP, + OP_NOP, /* Sparse tagging (line numbers, context, whatever) */ OP_CONTEXT, |
