diff options
| author | Alexander Viro <viro@www.linux.org.uk> | 2004-07-23 22:35:46 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:02:18 -0700 |
| commit | 9c2ebe3f27f19095e2822463aa713be4b8b523d2 (patch) | |
| tree | 8fc6a25bc864b026da78824d9c961e8536f06084 /inline.c | |
| parent | 07bc6f3abd6f1b16d3b7476a84aa127b56bb1233 (diff) | |
| download | sparse-dev-9c2ebe3f27f19095e2822463aa713be4b8b523d2.tar.gz | |
[PATCH] FP handling
FP handling added, everything straightforward by now.
Diffstat (limited to 'inline.c')
| -rw-r--r-- | inline.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ static struct expression * copy_expression(struct expression *expr) /* Atomics, never change, just return the expression directly */ case EXPR_VALUE: case EXPR_STRING: + case EXPR_FVALUE: break; /* Unops: check if the subexpression is unique */ |
