summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-29 01:50:45 +0000
committerChris Lattner <sabre@nondot.org>2010-09-29 01:50:45 +0000
commita63292a3ca9b2b02308de5bf2602395b34809c8b (patch)
treee3117f18dbbfef01a7224a91949f700108d440a7 /llvm/include
parentb44fd24fc107e62155aa39d33ebbee45f05639c7 (diff)
downloadbcm5719-llvm-a63292a3ca9b2b02308de5bf2602395b34809c8b.tar.gz
bcm5719-llvm-a63292a3ca9b2b02308de5bf2602395b34809c8b.zip
implement rdar://8456378 and PR7557 - support for the fstsw,
an instruction that requires a WHOLE NEW wonderful kind of alias. llvm-svn: 115015
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Target/TargetAsmParser.h2
1 files changed, 1 insertions, 1 deletions
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<MCParsedAsmOperand*> &Operands,
+ SmallVectorImpl<MCParsedAsmOperand*> &Operands,
MCStreamer &Out) = 0;
};
OpenPOWER on IntegriCloud