[cfe-commits] r170164 - /cfe/trunk/test/CodeGenCXX/temp-order.cpp

Nadav Rotem nrotem at apple.com
Thu Dec 13 16:26:15 PST 2012


Author: nadav
Date: Thu Dec 13 18:26:15 2012
New Revision: 170164

URL: http://llvm.org/viewvc/llvm-project?rev=170164&view=rev
Log:
Make the test less sensitive to the inline threshold.

Modified:
    cfe/trunk/test/CodeGenCXX/temp-order.cpp

Modified: cfe/trunk/test/CodeGenCXX/temp-order.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/temp-order.cpp?rev=170164&r1=170163&r2=170164&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/temp-order.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/temp-order.cpp Thu Dec 13 18:26:15 2012
@@ -1,5 +1,5 @@
 // Output file should have no calls to error() with folding.
-// RUN: %clang_cc1 -triple i386-unknown-unknown -O3 -emit-llvm -o %t %s
+// RUN: %clang_cc1 -triple i386-unknown-unknown -mllvm -inline-threshold=1024 -O3 -emit-llvm -o %t %s
 // RUN: FileCheck %s < %t
 
 static unsigned pow(unsigned Base, unsigned Power) {





More information about the cfe-commits mailing list