diff options
author | Nadav Rotem <nrotem@apple.com> | 2012-12-14 00:26:15 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2012-12-14 00:26:15 +0000 |
commit | 877efce7a8691d7083c8cae9271181ef8568f715 (patch) | |
tree | 802e6663c6be8e4b5d28f1b33c1508ee6da480c4 /test/CodeGenCXX/temp-order.cpp | |
parent | 50f089a6e1837cb81f8d1830bda6db619e422a2e (diff) |
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
Diffstat (limited to 'test/CodeGenCXX/temp-order.cpp')
-rw-r--r-- | test/CodeGenCXX/temp-order.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |