diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-05-03 08:00:14 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-05-03 08:00:14 +0000 |
commit | 50ac766f562cc6433f767252ce5b713132019560 (patch) | |
tree | 9f71cdc34779b6c9522071b5b88ffed2b2b6a463 | |
parent | ede9d900809c4fd0298d52f5a63088ecb8302275 (diff) |
Remove typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70676 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/asm.c b/test/CodeGen/asm.c index 0e9c7b243f..92ba31baa5 100644 --- a/test/CodeGen/asm.c +++ b/test/CodeGen/asm.c @@ -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)); } |