diff options
author | Chris Lattner <sabre@nondot.org> | 2007-02-05 02:26:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-02-05 02:26:07 +0000 |
commit | 06b59eb16185a8c1bd06f2c264ed8adb2e45f7b2 (patch) | |
tree | eaad52b26f14a9cc3621f119686492d2b12e265a | |
parent | 464c19e65408c2a753f3a019ade7988eadb20999 (diff) |
fix bug number
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33894 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CFrontend/2007-02-04-AddrLValue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2007-02-04-AddrLValue.c b/test/CFrontend/2007-02-04-AddrLValue.c index a07ab90daa..c8b65a946f 100644 --- a/test/CFrontend/2007-02-04-AddrLValue.c +++ b/test/CFrontend/2007-02-04-AddrLValue.c @@ -1,5 +1,5 @@ // RUN: %llvmgcc %s -O3 -S -o - -emit-llvm -// PR1173 +// PR1176 typedef struct { |