llvm-svn: 162807
This commit is contained in:
Chad Rosier 2012-08-28 23:57:47 +00:00
parent e5ad3859eb
commit 3b1336ceb9
1 changed files with 1 additions and 1 deletions

View File

@ -1537,7 +1537,7 @@ MatchInstruction(SMLoc IDLoc,
// First, handle aliases that expand to multiple instructions.
// FIXME: This should be replaced with a real .td file alias mechanism.
// Also, MatchInstructionImpl should do actually *do* the EmitInstruction
// Also, MatchInstructionImpl should actually *do* the EmitInstruction
// call.
if (Op->getToken() == "fstsw" || Op->getToken() == "fstcw" ||
Op->getToken() == "fstsww" || Op->getToken() == "fstcww" ||