From 266e42b312ab7c457d1eab01475f63e59f60933c Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 23 Dec 2006 06:05:41 +0000 Subject: 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-08-11-LoopSimplifyLongTime.ll.bc | Bin 165219 -> 165491 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'llvm/test/Regression/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll.bc') diff --git a/llvm/test/Regression/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll.bc b/llvm/test/Regression/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll.bc index bf87a113636..75c92cf1317 100644 Binary files a/llvm/test/Regression/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll.bc and b/llvm/test/Regression/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll.bc differ -- cgit v1.2.3