[llvm-commits] CVS: llvm/test/Regression/CBackend/2003-06-23-PromotedExprs.llx
John Criswell
criswell at cs.uiuc.edu
Fri Sep 26 11:45:02 PDT 2003
Changes in directory llvm/test/Regression/CBackend:
2003-06-23-PromotedExprs.llx updated: 1.3 -> 1.4
---
Log message:
Updated to generate temporary files in the temporary directory.
---
Diffs of the changes:
Index: llvm/test/Regression/CBackend/2003-06-23-PromotedExprs.llx
diff -u llvm/test/Regression/CBackend/2003-06-23-PromotedExprs.llx:1.3 llvm/test/Regression/CBackend/2003-06-23-PromotedExprs.llx:1.4
--- llvm/test/Regression/CBackend/2003-06-23-PromotedExprs.llx:1.3 Mon Sep 15 15:01:52 2003
+++ llvm/test/Regression/CBackend/2003-06-23-PromotedExprs.llx Fri Sep 26 11:43:51 2003
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llvm-dis -c > f1.cbe.c
-; RUN: gcc -B/usr/bin/ f1.cbe.c -o f1.cbe
-; RUN: ./f1.cbe
+; RUN: llvm-as < %s | llvm-dis -c > %t1.cbe.c
+; RUN: gcc -B/usr/bin/ %t1.cbe.c -o %t1.cbe
+; RUN: %t1.cbe
bool %doTest(ubyte %x) {
%dec.0 = add ubyte %x, 255
More information about the llvm-commits
mailing list