From: Jim Grosbach Date: Thu, 18 Nov 2010 01:20:48 +0000 (+0000) Subject: Add FIXME. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c6961f140ad9bb4da6554c12a4a6af4cd2dab54a;p=oota-llvm.git Add FIXME. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119603 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrFormats.td b/lib/Target/ARM/ARMInstrFormats.td index 163e732236f..e52012f3985 100644 --- a/lib/Target/ARM/ARMInstrFormats.td +++ b/lib/Target/ARM/ARMInstrFormats.td @@ -236,6 +236,9 @@ class InstThumb pattern> + // FIXME: This really should derive from InstTemplate instead, as pseudos + // don't need encoding information. TableGen doesn't like that + // currently. Need to figure out why and fix it. : InstARM { let OutOperandList = oops;