diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2018-03-09 19:37:28 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2018-03-09 19:37:28 +0000 |
commit | a2f10056d187f3d1c941cb04e8e12b8b12501b8a (patch) | |
tree | 6de4c594898779f5cbfd461a680554ff682f407b /clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll | |
parent | d48c0cd9106b7150aee4e9b6146fbee8c62d4a81 (diff) | |
download | bcm5719-llvm-a2f10056d187f3d1c941cb04e8e12b8b12501b8a.tar.gz bcm5719-llvm-a2f10056d187f3d1c941cb04e8e12b8b12501b8a.zip |
Fix Clang test case.
llvm-svn: 327166
Diffstat (limited to 'clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll')
-rw-r--r-- | clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll b/clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll index bd355240d8b..aaec1aeb6ce 100644 --- a/clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll +++ b/clang/test/CodeGen/thinlto-distributed-cfi-devirt.ll @@ -23,7 +23,7 @@ ; Ensure that typeids are in the index. ; RUN: llvm-bcanalyzer -dump %t.o.thinlto.bc | FileCheck %s ; CHECK-LABEL: <GLOBALVAL_SUMMARY_BLOCK -; CHECK: <TYPE_ID op0=0 op1=6 op2=4 op3=7 op4=0 op5=0 op6=0 op7=0 op8=0 op9=0 op10=6 op11=0 op12=0 op13=8 op14=1 op15=6 op16=9 op17=0/> +; CHECK: <TYPE_ID op0=0 op1=6 op2=4 op3=7 op4=0 op5=0 op6=0 op7=0 op8=0 op9=2 op10=6 op11=0 op12=0 op13=8 op14=1 op15=6 op16=9 op17=0/> ; CHECK-LABEL: </GLOBALVAL_SUMMARY_BLOCK ; CHECK-LABEL: <STRTAB_BLOCK ; CHECK: blob data = '_ZTS1A_ZN1A1nEi' |