aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/backend
diff options
authorPekka Enberg <penberg@kernel.org>2011-08-25 23:03:05 +0300
committerPekka Enberg <penberg@kernel.org>2011-08-25 23:06:48 +0300
commit6071a81229aee0c44028e379edbe6f7f0e55c6cc (patch)
tree5fd0345e7110b990902d5f10fcd2a5a8f101075f /validation/backend
parent9431db102f090209c54b157f56d6dc49615134fa (diff)
downloadsparse-dev-6071a81229aee0c44028e379edbe6f7f0e55c6cc.tar.gz
sparse, llvm: Implement OP_CAST
Signed-off-by: Pekka Enberg <penberg@kernel.org>
Diffstat (limited to 'validation/backend')
-rw-r--r--validation/backend/binops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/backend/binops.c b/validation/backend/binops.c
index bebefb5b..4c941380 100644
--- a/validation/backend/binops.c
+++ b/validation/backend/binops.c
@@ -118,6 +118,7 @@ static unsigned int uor_bool(unsigned int x, unsigned int y)
{
return x || y;
}
+#endif
static int sete(int x, int y)
{
@@ -138,7 +139,6 @@ static int setg(int x, int y)
{
return x > y;
}
-#endif
/*
* check-name: binary op code generation