diff options
Diffstat (limited to 'test/CodeGen/2010-08-12-asm-aggr-arg.c')
-rw-r--r-- | test/CodeGen/2010-08-12-asm-aggr-arg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2010-08-12-asm-aggr-arg.c b/test/CodeGen/2010-08-12-asm-aggr-arg.c index 5ddc412..dcd507d 100644 --- a/test/CodeGen/2010-08-12-asm-aggr-arg.c +++ b/test/CodeGen/2010-08-12-asm-aggr-arg.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -emit-llvm -O0 -o - | FileCheck %s +// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s // Radar 8288710: A small aggregate can be passed as an integer. Make sure // we don't get an error with "input constraint with a matching output // constraint of incompatible type!" |