[cfe-commits] r134964 - in /cfe/trunk/test/CodeGen: call-knr-indirect.c call.c

Chris Lattner sabre at nondot.org
Mon Jul 11 21:51:05 PDT 2011


Author: lattner
Date: Mon Jul 11 23:51:05 2011
New Revision: 134964

URL: http://llvm.org/viewvc/llvm-project?rev=134964&view=rev
Log:
make test name less specific


Added:
    cfe/trunk/test/CodeGen/call.c
      - copied unchanged from r134958, cfe/trunk/test/CodeGen/call-knr-indirect.c
Removed:
    cfe/trunk/test/CodeGen/call-knr-indirect.c

Removed: cfe/trunk/test/CodeGen/call-knr-indirect.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/call-knr-indirect.c?rev=134963&view=auto
==============================================================================
--- cfe/trunk/test/CodeGen/call-knr-indirect.c (original)
+++ cfe/trunk/test/CodeGen/call-knr-indirect.c (removed)
@@ -1,11 +0,0 @@
-// RUN: %clang %s -O0 -emit-llvm -S -o - | grep 'call.*rb_define_global_function'
-// This should call rb_define_global_function, not rb_f_chop.
-
-void rb_define_global_function (const char*,void(*)(),int);
-static void rb_f_chop();
-void Init_String() {
-  rb_define_global_function("chop", rb_f_chop, 0);
-}
-static void rb_f_chop() {
-}
-





More information about the cfe-commits mailing list