diff options
| author | Eugene Leviant <eleviant@accesssoftek.com> | 2019-10-18 13:52:51 +0000 |
|---|---|---|
| committer | Eugene Leviant <eleviant@accesssoftek.com> | 2019-10-18 13:52:51 +0000 |
| commit | 7e8f79cdc1ef7149960ed01a6ad32393b1038bed (patch) | |
| tree | 9b77962566d53bb1c8556d3c7171ed08176b0390 | |
| parent | ea8b8fdf90d3d72db04b07950e913536a2116608 (diff) | |
| download | bcm5719-llvm-7e8f79cdc1ef7149960ed01a6ad32393b1038bed.tar.gz bcm5719-llvm-7e8f79cdc1ef7149960ed01a6ad32393b1038bed.zip | |
Attempt to fix PS4 buildbot after r375219
llvm-svn: 375235
| -rw-r--r-- | llvm/test/ThinLTO/X86/devirt_promote_legacy.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ThinLTO/X86/devirt_promote_legacy.ll b/llvm/test/ThinLTO/X86/devirt_promote_legacy.ll index 1d17b3f9414..cb4027742b3 100644 --- a/llvm/test/ThinLTO/X86/devirt_promote_legacy.ll +++ b/llvm/test/ThinLTO/X86/devirt_promote_legacy.ll @@ -39,7 +39,7 @@ entry: %fptr1 = load i32 (%struct.A*, i32)*, i32 (%struct.A*, i32)** %2, align 8 ; Check that the call was devirtualized. - ; CHECK-IR1: %call = tail call i32 bitcast (void ()* @_ZN1A1nEi + ; CHECK-IR1: = tail call i32 bitcast (void ()* @_ZN1A1nEi %call = tail call i32 %fptr1(%struct.A* nonnull %obj, i32 %a) ret i32 %call |

