r219952 - Update for llvm change.
Rafael Espindola
rafael.espindola at gmail.com
Thu Oct 16 13:00:23 PDT 2014
Author: rafael
Date: Thu Oct 16 15:00:22 2014
New Revision: 219952
URL: http://llvm.org/viewvc/llvm-project?rev=219952&view=rev
Log:
Update for llvm change.
Modified:
cfe/trunk/test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c
cfe/trunk/test/CodeGen/2005-09-24-AsmUserPrefix.c
Modified: cfe/trunk/test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c?rev=219952&r1=219951&r2=219952&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c (original)
+++ cfe/trunk/test/CodeGen/2005-06-15-ExpandGotoInternalProblem.c Thu Oct 16 15:00:22 2014
@@ -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;
Modified: cfe/trunk/test/CodeGen/2005-09-24-AsmUserPrefix.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2005-09-24-AsmUserPrefix.c?rev=219952&r1=219951&r2=219952&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2005-09-24-AsmUserPrefix.c (original)
+++ cfe/trunk/test/CodeGen/2005-09-24-AsmUserPrefix.c Thu Oct 16 15:00:22 2014
@@ -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");
More information about the cfe-commits
mailing list