| commit | 6bcf27bb9a4b5c3f79cb44c0e4654a6d7619ad89 | [log] [tgz] |
|---|---|---|
| author | Stephen Hines <srhines@google.com> | Thu May 29 04:14:42 2014 -0700 |
| committer | Stephen Hines <srhines@google.com> | Thu May 29 04:21:25 2014 -0700 |
| tree | e4cf6059cf1d01fc30a0882167ecbc7d3f0ef676 | |
| parent | 909da7e7f57065714bb7527b7177c8a3c710b4db [diff] [blame] |
Update Clang for 3.5 rebase (r209713). Change-Id: I8c9133b0f8f776dc915f270b60f94962e771bc83
diff --git a/test/CodeGenCXX/microsoft-abi-structors-alias.cpp b/test/CodeGenCXX/microsoft-abi-structors-alias.cpp index f977556..59ced74 100644 --- a/test/CodeGenCXX/microsoft-abi-structors-alias.cpp +++ b/test/CodeGenCXX/microsoft-abi-structors-alias.cpp
@@ -22,5 +22,5 @@ void foo() { B b; } -// CHECK-DAG: @"\01??1B@test2@@UAE@XZ" = alias bitcast (void (%"struct.test2::A"*)* @"\01??1A@test2@@UAE@XZ" to void (%"struct.test2::B"*)*) +// CHECK-DAG: @"\01??1B@test2@@UAE@XZ" = alias void (%"struct.test2::B"*), void (%"struct.test2::A"*)* @"\01??1A@test2@@UAE@XZ" }