diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-08-31 00:02:59 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-08-31 00:02:59 +0000 |
| commit | 50cabb5de491411f91d5461a74659081e01fde50 (patch) | |
| tree | 2ac768a9fc340ed96fdee808a80822b7a56d8129 /llvm/test | |
| parent | 3781a36238ef3825e3cf559f1ee4eaa1d719a683 (diff) | |
| download | bcm5719-llvm-50cabb5de491411f91d5461a74659081e01fde50.tar.gz bcm5719-llvm-50cabb5de491411f91d5461a74659081e01fde50.zip | |
Fix test typo.
llvm-svn: 138843
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/2008-09-18-inline-asm-2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2008-09-18-inline-asm-2.ll b/llvm/test/CodeGen/X86/2008-09-18-inline-asm-2.ll index dfd165cc03e..511c7b5ebcb 100644 --- a/llvm/test/CodeGen/X86/2008-09-18-inline-asm-2.ll +++ b/llvm/test/CodeGen/X86/2008-09-18-inline-asm-2.ll @@ -18,7 +18,7 @@ ; CHECK-NOT: [[A3]] ; CHECK: 5th=[[A5:%...]] ; CHECK-NOT: [[A1]] -; CHECK-NOT; [[A5]] +; CHECK-NOT: [[A5]] ; CHECK: =4th ; The 6th operand is an 8-bit register, and it mustn't alias the 1st and 5th. |

