From 1fb0aaa58fb5c2fee2ae5f504bd8c09ecd6d94f2 Mon Sep 17 00:00:00 2001 From: Richard Osborne Date: Sun, 16 Dec 2012 16:46:28 +0000 Subject: 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 --- lib/Target/XCore/XCoreInstrFormats.td | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/Target/XCore/XCoreInstrFormats.td') diff --git a/lib/Target/XCore/XCoreInstrFormats.td b/lib/Target/XCore/XCoreInstrFormats.td index 5eb4ff1d7f..9efd79af2b 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 -- cgit v1.2.3