aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/mips.igen
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-06-12 22:22:41 +0000
committerChris Demetriou <cgd@google.com>2002-06-12 22:22:41 +0000
commit4f0d55aeaa185efceb37c913ab85c7ae14b35f02 (patch)
treea002c14e506ec7bca3c10973a0a385c60885f6fb /sim/mips/mips.igen
parent6529d2ddb5a9a1d724540d4f9f9278ad90993cb1 (diff)
downloadgdb-4f0d55aeaa185efceb37c913ab85c7ae14b35f02.zip
gdb-4f0d55aeaa185efceb37c913ab85c7ae14b35f02.tar.gz
gdb-4f0d55aeaa185efceb37c913ab85c7ae14b35f02.tar.bz2
2002-06-12 Chris Demetriou <cgd@broadcom.com>
* mips.igen (X): Delete unused function.
Diffstat (limited to 'sim/mips/mips.igen')
-rw-r--r--sim/mips/mips.igen10
1 files changed, 0 insertions, 10 deletions
diff --git a/sim/mips/mips.igen b/sim/mips/mips.igen
index 13f6776..53f4218 100644
--- a/sim/mips/mips.igen
+++ b/sim/mips/mips.igen
@@ -3520,16 +3520,6 @@
}
}
-:%s::::X:int x
-{
- switch (x)
- {
- case 0: return "f";
- case 1: return "t";
- default: return "?";
- }
-}
-
:%s::::TF:int tf
{
if (tf)