summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CFrontend/2002-02-13-ConditionalInCall.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Regression/CFrontend/2002-02-13-ConditionalInCall.c')
-rw-r--r--llvm/test/Regression/CFrontend/2002-02-13-ConditionalInCall.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/test/Regression/CFrontend/2002-02-13-ConditionalInCall.c b/llvm/test/Regression/CFrontend/2002-02-13-ConditionalInCall.c
deleted file mode 100644
index 0dad6ff5c2f..00000000000
--- a/llvm/test/Regression/CFrontend/2002-02-13-ConditionalInCall.c
+++ /dev/null
@@ -1,11 +0,0 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
-
-/* Test problem where bad code was generated with a ?: statement was
- in a function call argument */
-
-void foo(int, double, float);
-
-void bar(int x) {
- foo(x, x ? 1.0 : 12.5, 1.0f);
-}
-
OpenPOWER on IntegriCloud