Skip to content
Snippets Groups Projects
Commit 018958d9 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

Update test

llvm-svn: 72110
parent ca3a465b
No related branches found
No related tags found
No related merge requests found
// 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) { void t1(int len) {
__asm__ volatile("" : "=&r"(len), "+&r"(len)); __asm__ volatile("" : "=&r"(len), "+&r"(len));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment