mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-13 20:06:05 +00:00

This patch removes the SetCC instructions and replaces them with the ICmp and FCmp instructions. The SetCondInst instruction has been removed and been replaced with ICmpInst and FCmpInst. llvm-svn: 32751