1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

*fix typo in comment; test of commit access

llvm-svn: 152507
This commit is contained in:
Kay Tiong Khoo 2012-03-10 21:29:49 +00:00
parent 5b524ff3b9
commit aaa4140718

View File

@ -2306,7 +2306,7 @@ let Defs = [EFLAGS] in {
"comisd", SSEPackedDouble>, TB, OpSize;
} // Defs = [EFLAGS]
// sse12_cmp_packed - sse 1 & 2 compared packed instructions
// sse12_cmp_packed - sse 1 & 2 compare packed instructions
multiclass sse12_cmp_packed<RegisterClass RC, X86MemOperand x86memop,
Intrinsic Int, string asm, string asm_alt,
Domain d> {