Fix incorrect function prototypes of 64-bit findLSB/findMSB
authorRex Xu <rex.xu@amd.com>
Mon, 9 Sep 2019 14:53:02 +0000 (22:53 +0800)
committerRex Xu <rex.xu@amd.com>
Mon, 9 Sep 2019 14:53:02 +0000 (22:53 +0800)
commit3b1b9e2957dafb5f0335f6b73127163122ae76a0
tree26f7fc3b3f3e415bf53187973f64fe210b2d9fb3
parent664ad418f8455159fb066e9e27d159f191f976a9
Fix incorrect function prototypes of 64-bit findLSB/findMSB

According to the 32-bit counterparts, their forms should be
genI64Type findLSB(genI64Type value)
genI64Type findLSB(genU64Type value)
genI64Type findMSB(genI64Type value)
genI64Type findMSB(genU64Type value)
glslang/MachineIndependent/Initialize.cpp