[IR] Limit bits used for CallingConv::ID, update tests
[oota-llvm.git] / test / Bitcode / compatibility.ll
index e18c239d53014c1ab0ce5aaa2655c139102c5497..4c6349c803cf2ddfc6cfb712b592d99507a6f14f 100644 (file)
@@ -377,8 +377,8 @@ declare cc80 void @f.cc80()
 ; CHECK: declare x86_vectorcallcc void @f.cc80()
 declare x86_vectorcallcc void @f.x86_vectorcallcc()
 ; CHECK: declare x86_vectorcallcc void @f.x86_vectorcallcc()
-declare cc8191 void @f.cc8191()
-; CHECK: declare cc8191 void @f.cc8191()
+declare cc1023 void @f.cc1023()
+; CHECK: declare cc1023 void @f.cc1023()
 
 ; Functions -- ret attrs (Return attributes)
 declare zeroext i64 @f.zeroext()