[llvm-commits] CVS: llvm/test/CFrontend/2007-02-04-AddrLValue.c

Chris Lattner sabre at nondot.org
Sun Feb 4 18:26:23 PST 2007



Changes in directory llvm/test/CFrontend:

2007-02-04-AddrLValue.c updated: 1.1 -> 1.2
---
Log message:

fix bug number


---
Diffs of the changes:  (+1 -1)

 2007-02-04-AddrLValue.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/CFrontend/2007-02-04-AddrLValue.c
diff -u llvm/test/CFrontend/2007-02-04-AddrLValue.c:1.1 llvm/test/CFrontend/2007-02-04-AddrLValue.c:1.2
--- llvm/test/CFrontend/2007-02-04-AddrLValue.c:1.1	Sun Feb  4 20:19:09 2007
+++ llvm/test/CFrontend/2007-02-04-AddrLValue.c	Sun Feb  4 20:26:07 2007
@@ -1,5 +1,5 @@
 // RUN: %llvmgcc %s -O3 -S -o - -emit-llvm
-// PR1173
+// PR1176
 
 typedef struct
 {






More information about the llvm-commits mailing list