Update test

llvm-svn: 72110
This commit is contained in:
Daniel Dunbar 2009-05-19 16:09:59 +00:00
parent ca3a465b76
commit 018958d94d
1 changed files with 1 additions and 1 deletions

View File

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