From 315e3c0e64f3152e0c2ff269906d13252f186d36 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 7 Oct 2008 04:06:55 +0000 Subject: [PATCH] no need to write the output to the disk llvm-svn: 57232 --- llvm/test/CodeGen/Alpha/add128.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/Alpha/add128.ll b/llvm/test/CodeGen/Alpha/add128.ll index 3f243d1805ba..6432b2d9a847 100644 --- a/llvm/test/CodeGen/Alpha/add128.ll +++ b/llvm/test/CodeGen/Alpha/add128.ll @@ -1,6 +1,6 @@ ;test for ADDC and ADDE expansion ; -; RUN: llvm-as < %s | llc -march=alpha -o %t.s -f +; RUN: llvm-as < %s | llc -march=alpha ; XFAIL: * define i128 @add128(i128 %x, i128 %y) {