r209260 - Remove test. Replacing it with a backend test with the optimized IR.

Eric Christopher echristo at gmail.com
Tue May 20 17:00:01 PDT 2014


Author: echristo
Date: Tue May 20 19:00:01 2014
New Revision: 209260

URL: http://llvm.org/viewvc/llvm-project?rev=209260&view=rev
Log:
Remove test. Replacing it with a backend test with the optimized IR.

Removed:
    cfe/trunk/test/CodeGen/debug-dead-local-var.c

Removed: cfe/trunk/test/CodeGen/debug-dead-local-var.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/debug-dead-local-var.c?rev=209259&view=auto
==============================================================================
--- cfe/trunk/test/CodeGen/debug-dead-local-var.c (original)
+++ cfe/trunk/test/CodeGen/debug-dead-local-var.c (removed)
@@ -1,15 +0,0 @@
-// FIXME: Check IR rather than asm, then triple is not needed.
-// RUN: %clang_cc1 -triple %itanium_abi_triple -O2 -g -emit-llvm %s -o - | FileCheck %s
-// Radar 8122864
-
-// Code is not generated for function foo, but preserve type information of
-// local variable xyz.
-static void foo() {
-// CHECK: DW_TAG_structure_type 
-  struct X { int a; int b; } xyz;
-}
-
-int bar() {
-  foo();
-  return 1;
-}





More information about the cfe-commits mailing list