diff options
Diffstat (limited to 'test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx')
-rw-r--r-- | test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx b/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx index f678b83c34..47ecc82d04 100644 --- a/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx +++ b/test/CodeGen/CBackend/2003-06-23-PromotedExprs.llx @@ -1,5 +1,5 @@ -; RUN: as < %s | dis -c > f1.cbe.c +; RUN: llvm-as < %s | llvm-dis -c > f1.cbe.c ; RUN: gcc -B/usr/bin/ f1.cbe.c -o f1.cbe ; RUN: ./f1.cbe |