From: Nadav Rotem Date: Fri, 14 Dec 2012 00:26:15 +0000 (+0000) Subject: Make the test less sensitive to the inline threshold. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=877efce7a8691d7083c8cae9271181ef8568f715;p=clang Make the test less sensitive to the inline threshold. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170164 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/temp-order.cpp b/test/CodeGenCXX/temp-order.cpp index 341cd0ca13..67cd4b7c3a 100644 --- a/test/CodeGenCXX/temp-order.cpp +++ b/test/CodeGenCXX/temp-order.cpp @@ -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) {