mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 12:53:33 +08:00
f463abc0e71ce0ba4a12f63aa8d2fc85dd3682f7
remove the comparison of objectsize with -1. since it's an unsigned comparison, it will always succeed if objectsize returns -1, which is enough to have the check removed llvm-svn: 156311
…
Languages
LLVM
41.5%
C++
31.7%
C
13%
Assembly
9.1%
MLIR
1.5%
Other
2.8%