summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2007-04-13-InlineAsmUnion2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2007-04-13-InlineAsmUnion2.c')
-rw-r--r--test/FrontendC/2007-04-13-InlineAsmUnion2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2007-04-13-InlineAsmUnion2.c b/test/FrontendC/2007-04-13-InlineAsmUnion2.c
index 284654d..a0944a7 100644
--- a/test/FrontendC/2007-04-13-InlineAsmUnion2.c
+++ b/test/FrontendC/2007-04-13-InlineAsmUnion2.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -S -emit-llvm -o - | grep {call void asm}
+// RUN: %llvmgcc %s -S -o - | grep {call void asm}
union U { int x; char* p; };
void foo() {
OpenPOWER on IntegriCloud