diff options
Diffstat (limited to 'test/CFrontend/2007-04-11-InlineAsmUnion.c')
-rw-r--r-- | test/CFrontend/2007-04-11-InlineAsmUnion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2007-04-11-InlineAsmUnion.c b/test/CFrontend/2007-04-11-InlineAsmUnion.c index 6394a42bb4..0435d6498e 100644 --- a/test/CFrontend/2007-04-11-InlineAsmUnion.c +++ b/test/CFrontend/2007-04-11-InlineAsmUnion.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -S -emit-llvm -o - | grep {call i32 asm} +// RUN: %llvmgcc %s -S -emit-llvm -o - | llvm-as | llc union U { int x; float p; }; void foo() { |