diff options
| author | Eric Christopher <echristo@apple.com> | 2011-08-19 21:21:21 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2011-08-19 21:21:21 +0000 |
| commit | 526162d18e227b2ea6ed7729002167367275402a (patch) | |
| tree | d325a5984b0da0675b7fd93bb28e2751fb440911 /llvm/test/FrontendC++ | |
| parent | 8af4e41734decb464691b37afa5d906920a86445 (diff) | |
| download | bcm5719-llvm-526162d18e227b2ea6ed7729002167367275402a.tar.gz bcm5719-llvm-526162d18e227b2ea6ed7729002167367275402a.zip | |
Remove this test. There are other, duplicates, in the clang test suite.
llvm-svn: 138084
Diffstat (limited to 'llvm/test/FrontendC++')
| -rw-r--r-- | llvm/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/llvm/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp b/llvm/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp deleted file mode 100644 index d0a2fe50211..00000000000 --- a/llvm/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp +++ /dev/null @@ -1,21 +0,0 @@ -// RUN: %llvmgcc -g -S %s -dA -fverbose-asm -o %t -// RUN: llc -asm-verbose < %t | FileCheck %s -// Test to artificial attribute attahed to "this" pointer type. -// Radar 7655792 and 7655002 - -class A { -public: - int fn1(int i) const { return i + 2; }; -}; - -int foo() { - A a; -//CHECK: .ascii "this" ## DW_AT_name -//CHECK-NEXT: .byte 0 -//CHECK-NEXT: ## DW_AT_decl_file -//CHECK-NEXT: ## DW_AT_decl_line -//CHECK-NEXT: ## DW_AT_type -//CHECK-NEXT: ## DW_AT_artificial - - return a.fn1(1); -} |

