From: Daniel Dunbar Date: Sun, 3 May 2009 08:00:14 +0000 (+0000) Subject: Remove typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50ac766f562cc6433f767252ce5b713132019560;p=clang Remove typo git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70676 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)); }