Remove typo

llvm-svn: 70676
This commit is contained in:
Daniel Dunbar 2009-05-03 08:00:14 +00:00
parent 10f221f321
commit c7121faa71
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
c// RUN: clang-cc -emit-llvm %s -o %t -arch=i386 &&
// RUN: clang-cc -emit-llvm %s -o %t -arch=i386 &&
void t1(int len) {
__asm__ volatile("" : "=&r"(len), "+&r"(len));
}