From: Richard Osborne Date: Sun, 16 Dec 2012 16:46:28 +0000 (+0000) Subject: Mark anything deriving from PseudoInstXCore as a pseudo instruction. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1fb0aaa58fb5c2fee2ae5f504bd8c09ecd6d94f2;p=oota-llvm.git Mark anything deriving from PseudoInstXCore as a pseudo instruction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170290 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/XCore/XCoreInstrFormats.td b/lib/Target/XCore/XCoreInstrFormats.td index 5eb4ff1d7f9..9efd79af2ba 100644 --- a/lib/Target/XCore/XCoreInstrFormats.td +++ b/lib/Target/XCore/XCoreInstrFormats.td @@ -24,7 +24,9 @@ class InstXCore pattern> // XCore pseudo instructions format class PseudoInstXCore pattern> - : InstXCore<0, outs, ins, asmstr, pattern>; + : InstXCore<0, outs, ins, asmstr, pattern> { + let isPseudo = 1; +} //===----------------------------------------------------------------------===// // Instruction formats