diff options
author | Mike Stump <mrs@apple.com> | 2009-10-23 02:13:20 +0000 |
---|---|---|
committer | Mike Stump <mrs@apple.com> | 2009-10-23 02:13:20 +0000 |
commit | 9bb005944922b3a23a7be1d61890847b8e077ed8 (patch) | |
tree | 8732b9354cae9fa1bb2e64a57e707707f2538415 /clang/test/CodeGen | |
parent | ae2559a221013e276b01712d0bf47b986fa64690 (diff) | |
download | bcm5719-llvm-9bb005944922b3a23a7be1d61890847b8e077ed8.tar.gz bcm5719-llvm-9bb005944922b3a23a7be1d61890847b8e077ed8.zip |
Add radar number.
llvm-svn: 84923
Diffstat (limited to 'clang/test/CodeGen')
-rw-r--r-- | clang/test/CodeGen/debug-info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/debug-info.c b/clang/test/CodeGen/debug-info.c index 16e4b88a0d4..85ad988bc21 100644 --- a/clang/test/CodeGen/debug-info.c +++ b/clang/test/CodeGen/debug-info.c @@ -42,6 +42,7 @@ struct foo2 { struct foo2 foo2; +// Radar 7325611 // CHECK: "barfoo" typedef int barfoo; barfoo foo() { |