summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/CFrontend/2007-04-11-InlineAsmStruct.c2
-rw-r--r--llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CFrontend/2007-04-11-InlineAsmStruct.c b/llvm/test/CFrontend/2007-04-11-InlineAsmStruct.c
index c70ce297606..158a16e5366 100644
--- a/llvm/test/CFrontend/2007-04-11-InlineAsmStruct.c
+++ b/llvm/test/CFrontend/2007-04-11-InlineAsmStruct.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
struct V { short X, Y; };
int bar() {
diff --git a/llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c b/llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c
index 6394a42bb4f..0435d6498ee 100644
--- a/llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c
+++ b/llvm/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() {
OpenPOWER on IntegriCloud