Target/X86: Tweak allocating shadow area (aka home) on Win64. It must be enough for...
[oota-llvm.git] / test / FrontendC / 2007-04-13-InlineAsmUnion2.c
index 284654d223c04d0bf983de7a03168931a0c1ec83..a0944a7b64077f0f7e48177ae6120316c399dd93 100644 (file)
@@ -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() {