diff options
| author | Chad Rosier <mcrosier@apple.com> | 2012-08-28 23:57:47 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2012-08-28 23:57:47 +0000 |
| commit | 3b1336ceb93d77b18167330c5c88091c6715fd00 (patch) | |
| tree | 560c29de8827f26f0e937bad36000f19a7070bd7 /llvm/lib | |
| parent | e5ad3859eb59bdb3ec9b6ddcf8d6ab4f6dd8bdb9 (diff) | |
| download | bcm5719-llvm-3b1336ceb93d77b18167330c5c88091c6715fd00.tar.gz bcm5719-llvm-3b1336ceb93d77b18167330c5c88091c6715fd00.zip | |
Typo.
llvm-svn: 162807
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp b/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp index 8c9a02ff22c..b18b968fbed 100644 --- a/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp +++ b/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp @@ -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" || |

