forked from OSchip/llvm-project
parent
10f221f321
commit
c7121faa71
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue