For PR950:
These tests need to be upgraded in preparation for the SETCC patch.

llvm-svn: 32668
diff --git a/llvm/test/Regression/ExecutionEngine/2003-01-04-LoopTest.ll b/llvm/test/Regression/ExecutionEngine/2003-01-04-LoopTest.ll
index 82bd5b8..f70928a 100644
--- a/llvm/test/Regression/ExecutionEngine/2003-01-04-LoopTest.ll
+++ b/llvm/test/Regression/ExecutionEngine/2003-01-04-LoopTest.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as -f %s -o %t.bc
+; RUN: llvm-upgrade < %s | llvm-as -o %t.bc -f
 ; RUN: lli %t.bc > /dev/null
 
 implementation