]> granicus.if.org Git - clang/commitdiff
Make the test less sensitive to the inline threshold.
authorNadav Rotem <nrotem@apple.com>
Fri, 14 Dec 2012 00:26:15 +0000 (00:26 +0000)
committerNadav Rotem <nrotem@apple.com>
Fri, 14 Dec 2012 00:26:15 +0000 (00:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170164 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/temp-order.cpp

index 341cd0ca134a01a1d6a85f05e54c2b4a123729d4..67cd4b7c3a69923186b2e6c7e07afd9a578a7a0d 100644 (file)
@@ -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) {