diff options
author | Akira Hatanaka <ahatanaka@apple.com> | 2015-06-09 19:04:36 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@apple.com> | 2015-06-09 19:04:36 +0000 |
commit | 262a4c4ec02fdd62eeb2e1def510074068c33509 (patch) | |
tree | cf5b0aec10c1b95ae69684606bcaeda682c6be9a /clang/test/CodeGen/2004-06-17-UnorderedCompares.c | |
parent | 7fef2f5206afb9283a3c1dc76bebb3845847c3d5 (diff) | |
download | bcm5719-llvm-262a4c4ec02fdd62eeb2e1def510074068c33509.tar.gz bcm5719-llvm-262a4c4ec02fdd62eeb2e1def510074068c33509.zip |
Attach attribute "disable-tail-calls" to the functions in the IR.
This commit adds back the code that seems to have been dropped unintentionally
in r176985.
rdar://problem/13752163
Differential Revision: http://reviews.llvm.org/D10100
llvm-svn: 239426
Diffstat (limited to 'clang/test/CodeGen/2004-06-17-UnorderedCompares.c')
-rw-r--r-- | clang/test/CodeGen/2004-06-17-UnorderedCompares.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2004-06-17-UnorderedCompares.c b/clang/test/CodeGen/2004-06-17-UnorderedCompares.c index 2c80180d2c8..38eafd0d545 100644 --- a/clang/test/CodeGen/2004-06-17-UnorderedCompares.c +++ b/clang/test/CodeGen/2004-06-17-UnorderedCompares.c @@ -1,6 +1,6 @@ // RUN: %clang_cc1 -std=c99 %s -emit-llvm -o - | FileCheck %s // CHECK: @Test -// CHECK-NOT: call +// CHECK-NOT: call{{ }} _Bool A, B, C, D, E, F; void TestF(float X, float Y) { |