summaryrefslogtreecommitdiff
path: root/cheri/sail_latex/sailfnCPtrCmpOpofnum.tex
diff options
context:
space:
mode:
Diffstat (limited to 'cheri/sail_latex/sailfnCPtrCmpOpofnum.tex')
-rw-r--r--cheri/sail_latex/sailfnCPtrCmpOpofnum.tex10
1 files changed, 0 insertions, 10 deletions
diff --git a/cheri/sail_latex/sailfnCPtrCmpOpofnum.tex b/cheri/sail_latex/sailfnCPtrCmpOpofnum.tex
deleted file mode 100644
index 6ab563f3..00000000
--- a/cheri/sail_latex/sailfnCPtrCmpOpofnum.tex
+++ /dev/null
@@ -1,10 +0,0 @@
-function CPtrCmpOp_of_num arg# = match arg# {
- 0 => CEQ,
- 1 => CNE,
- 2 => CLT,
- 3 => CLE,
- 4 => CLTU,
- 5 => CLEU,
- 6 => CEXEQ,
- _ => CNEXEQ
-}