summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC/2007-04-11-InlineAsmUnion.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/FrontendC/2007-04-11-InlineAsmUnion.c')
-rw-r--r--llvm/test/FrontendC/2007-04-11-InlineAsmUnion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2007-04-11-InlineAsmUnion.c b/llvm/test/FrontendC/2007-04-11-InlineAsmUnion.c
index 0435d6498ee..83fe7db771f 100644
--- a/llvm/test/FrontendC/2007-04-11-InlineAsmUnion.c
+++ b/llvm/test/FrontendC/2007-04-11-InlineAsmUnion.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -S -emit-llvm -o - | llvm-as | llc
+// RUN: %llvmgcc %s -S -emit-llvm -o - | llc
union U { int x; float p; };
void foo() {
OpenPOWER on IntegriCloud