From c55172ecbc390d35da10220e1e7449728e76d4dc Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 16 Oct 2014 20:00:22 +0000 Subject: [PATCH] Update for llvm change. llvm-svn: 219952 --- clang/test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c | 2 +- clang/test/CodeGen/2005-09-24-AsmUserPrefix.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c b/clang/test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c index dd1acc5..0698601 100644 --- a/clang/test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c +++ b/clang/test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -std=c99 %s -emit-llvm -o - | \ -// RUN: opt -std-compile-opts -disable-output +// RUN: opt -O3 -disable-output // PR580 int X, Y; diff --git a/clang/test/CodeGen/2005-09-24-AsmUserPrefix.c b/clang/test/CodeGen/2005-09-24-AsmUserPrefix.c index 1628313..d0e5bd1 100644 --- a/clang/test/CodeGen/2005-09-24-AsmUserPrefix.c +++ b/clang/test/CodeGen/2005-09-24-AsmUserPrefix.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 %s -emit-llvm -o - | opt -std-compile-opts | llc | \ +// RUN: %clang_cc1 %s -emit-llvm -o - | opt -O3 | llc | \ // RUN: not grep _foo2 void foo() __asm__("foo2"); -- 2.7.4