aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linearize.h
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-23 15:50:37 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:04:37 -0700
commit29cc9c0d4c96f215061031c6c5e4331feec75ebb (patch)
tree58584bfff59c8184b9474aa9446ab1c0439d177b /linearize.h
parentc715712d2cab0115107a2cbf3c6bcf66d7cd11ea (diff)
downloadsparse-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.h1
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,