1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/projects/Stacker
Reid Spencer 4428c3483b For PR950:
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
2006-12-23 06:05:41 +00:00
..
autoconf Ignore some files 2005-01-01 18:14:18 +00:00
lib For PR950: 2006-12-23 06:05:41 +00:00
samples Change macro names per naming standard in Makefile.rules. 2004-10-30 09:26:22 +00:00
test Update for llvm-gcc4 build. 2006-12-13 08:03:25 +00:00
tools Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
.cvsignore Ignore generated files. 2006-03-23 23:51:43 +00:00
configure Clean up some autoconf cruft 2004-12-27 08:51:55 +00:00
Makefile Distribute the Stacker samples directory. 2006-04-13 06:16:37 +00:00
Makefile.common.in Update per new Makefile requirements for projects 2005-01-16 02:21:42 +00:00