[llvm-commits] [llvm] r43839 - /llvm/trunk/test/CFrontend/2007-11-07-AlignedMemcpy.c

Bill Wendling isanbard at gmail.com
Wed Nov 7 11:36:26 PST 2007


Author: void
Date: Wed Nov  7 13:36:26 2007
New Revision: 43839

URL: http://llvm.org/viewvc/llvm-project?rev=43839&view=rev
Log:
Add testcase

Added:
    llvm/trunk/test/CFrontend/2007-11-07-AlignedMemcpy.c

Added: llvm/trunk/test/CFrontend/2007-11-07-AlignedMemcpy.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CFrontend/2007-11-07-AlignedMemcpy.c?rev=43839&view=auto

==============================================================================
--- llvm/trunk/test/CFrontend/2007-11-07-AlignedMemcpy.c (added)
+++ llvm/trunk/test/CFrontend/2007-11-07-AlignedMemcpy.c Wed Nov  7 13:36:26 2007
@@ -0,0 +1,4 @@
+// RUN: %llvmgcc -c %s -o /dev/null
+void bork() {
+  int Qux[33] = {0};
+}





More information about the llvm-commits mailing list