[llvm-commits] CVS: llvm/test/Regression/Other/2002-02-24-InlineBrokePHINodes.ll 2002-03-11-ConstPropCrash.ll
Misha Brukman
brukman at cs.uiuc.edu
Tue Sep 16 10:26:06 PDT 2003
Changes in directory llvm/test/Regression/Other:
2002-02-24-InlineBrokePHINodes.ll updated: 1.2 -> 1.3
2002-03-11-ConstPropCrash.ll updated: 1.1 -> 1.2
---
Log message:
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
---
Diffs of the changes:
Index: llvm/test/Regression/Other/2002-02-24-InlineBrokePHINodes.ll
diff -u llvm/test/Regression/Other/2002-02-24-InlineBrokePHINodes.ll:1.2 llvm/test/Regression/Other/2002-02-24-InlineBrokePHINodes.ll:1.3
--- llvm/test/Regression/Other/2002-02-24-InlineBrokePHINodes.ll:1.2 Fri Aug 2 11:39:18 2002
+++ llvm/test/Regression/Other/2002-02-24-InlineBrokePHINodes.ll Tue Sep 16 10:25:15 2003
@@ -1,7 +1,7 @@
; Inlining used to break PHI nodes. This tests that they are correctly updated
; when a node is split around the call instruction. The verifier caught the error.
;
-; RUN: as < %s | opt -inline
+; RUN: llvm-as < %s | opt -inline
;
implementation
Index: llvm/test/Regression/Other/2002-03-11-ConstPropCrash.ll
diff -u llvm/test/Regression/Other/2002-03-11-ConstPropCrash.ll:1.1 llvm/test/Regression/Other/2002-03-11-ConstPropCrash.ll:1.2
--- llvm/test/Regression/Other/2002-03-11-ConstPropCrash.ll:1.1 Mon Mar 11 16:09:43 2002
+++ llvm/test/Regression/Other/2002-03-11-ConstPropCrash.ll Tue Sep 16 10:25:15 2003
@@ -5,7 +5,7 @@
;
; Fixed by adding new arguments to ConstantFoldTerminator
;
-; RUN: as < %s | opt -constprop
+; RUN: llvm-as < %s | opt -constprop
implementation
More information about the llvm-commits
mailing list