summaryrefslogtreecommitdiffstats
path: root/llvm/test/CFrontend/2007-03-01-VarSizeArrayIdx.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CFrontend/2007-03-01-VarSizeArrayIdx.c')
-rw-r--r--llvm/test/CFrontend/2007-03-01-VarSizeArrayIdx.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/test/CFrontend/2007-03-01-VarSizeArrayIdx.c b/llvm/test/CFrontend/2007-03-01-VarSizeArrayIdx.c
deleted file mode 100644
index a3d480cafe6..00000000000
--- a/llvm/test/CFrontend/2007-03-01-VarSizeArrayIdx.c
+++ /dev/null
@@ -1,7 +0,0 @@
-// RUN: %llvmgcc %s -O3 -S -o - -emit-llvm | grep mul
-// PR1233
-
-float foo(int w, float A[][w], int g, int h) {
- return A[g][0];
-}
-
OpenPOWER on IntegriCloud