From a63292a3ca9b2b02308de5bf2602395b34809c8b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 29 Sep 2010 01:50:45 +0000 Subject: implement rdar://8456378 and PR7557 - support for the fstsw, an instruction that requires a WHOLE NEW wonderful kind of alias. llvm-svn: 115015 --- llvm/include/llvm/Target/TargetAsmParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/include') diff --git a/llvm/include/llvm/Target/TargetAsmParser.h b/llvm/include/llvm/Target/TargetAsmParser.h index 7dcac932a2f..6b38b8c7e17 100644 --- a/llvm/include/llvm/Target/TargetAsmParser.h +++ b/llvm/include/llvm/Target/TargetAsmParser.h @@ -78,7 +78,7 @@ public: /// explaining the match failure. virtual bool MatchAndEmitInstruction(SMLoc IDLoc, - const SmallVectorImpl &Operands, + SmallVectorImpl &Operands, MCStreamer &Out) = 0; }; -- cgit v1.2.3