[llvm-branch-commits] [cfe-branch] r223002 - Merged from r218298:

Daniel Sanders daniel.sanders at imgtec.com
Mon Dec 1 02:18:49 PST 2014


Author: dsanders
Date: Mon Dec  1 04:18:49 2014
New Revision: 223002

URL: http://llvm.org/viewvc/llvm-project?rev=223002&view=rev
Log:
Merged from r218298:

[mips] Fix r218248's testcase to use -O1 instead of -O3.


Modified:
    cfe/branches/release_35/test/CodeGen/mips-varargs.c

Modified: cfe/branches/release_35/test/CodeGen/mips-varargs.c
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_35/test/CodeGen/mips-varargs.c?rev=223002&r1=223001&r2=223002&view=diff
==============================================================================
--- cfe/branches/release_35/test/CodeGen/mips-varargs.c (original)
+++ cfe/branches/release_35/test/CodeGen/mips-varargs.c Mon Dec  1 04:18:49 2014
@@ -1,6 +1,6 @@
-// RUN: %clang_cc1 -triple mips-unknown-linux -O3 -o - -emit-llvm %s | FileCheck %s -check-prefix=ALL -check-prefix=O32
-// RUN: %clang_cc1 -triple mips64-unknown-linux -O3 -o - -emit-llvm  -target-abi n32 %s | FileCheck %s -check-prefix=ALL -check-prefix=N32
-// RUN: %clang_cc1 -triple mips64-unknown-linux -O3 -o - -emit-llvm %s | FileCheck %s -check-prefix=ALL -check-prefix=N64
+// RUN: %clang_cc1 -triple mips-unknown-linux -o - -O1 -emit-llvm %s | FileCheck %s -check-prefix=ALL -check-prefix=O32
+// RUN: %clang_cc1 -triple mips64-unknown-linux -o - -O1 -emit-llvm  -target-abi n32 %s | FileCheck %s -check-prefix=ALL -check-prefix=N32
+// RUN: %clang_cc1 -triple mips64-unknown-linux -o - -O1 -emit-llvm %s | FileCheck %s -check-prefix=ALL -check-prefix=N64
 
 #include <stdarg.h>
 





More information about the llvm-branch-commits mailing list