diff options
| author | Bill Wendling <isanbard@gmail.com> | 2013-02-27 00:06:04 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2013-02-27 00:06:04 +0000 |
| commit | 2386bb130cd798eca62507bcc01e1fb350bf9a04 (patch) | |
| tree | b12abbdaa9139790ec4d5da863494d44d6cd5676 /clang/test/CodeGenCXX/dynamic-cast.cpp | |
| parent | 4a7bf49bd410d85299b6a4cdf60b50007e516a57 (diff) | |
| download | bcm5719-llvm-2386bb130cd798eca62507bcc01e1fb350bf9a04.tar.gz bcm5719-llvm-2386bb130cd798eca62507bcc01e1fb350bf9a04.zip | |
Reapply r176133 with testcase fixes.
llvm-svn: 176145
Diffstat (limited to 'clang/test/CodeGenCXX/dynamic-cast.cpp')
| -rw-r--r-- | clang/test/CodeGenCXX/dynamic-cast.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/dynamic-cast.cpp b/clang/test/CodeGenCXX/dynamic-cast.cpp index 016cfb14f67..fe85e212b66 100644 --- a/clang/test/CodeGenCXX/dynamic-cast.cpp +++ b/clang/test/CodeGenCXX/dynamic-cast.cpp @@ -17,6 +17,7 @@ const B& f(A *a) { return fail; } -// CHECK: declare i8* @__dynamic_cast(i8*, i8*, i8*, i64) #2 +// CHECK: declare i8* @__dynamic_cast(i8*, i8*, i8*, i64) [[NUW_RO:#[0-9]+]] +// CHECK: attributes [[NUW_RO]] = { nounwind readonly } // CHECK: attributes [[NR]] = { noreturn } |

