commit | 0aee90e6fa609e0e8c404b4cdc67c8f58a131cd0 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Oct 07 04:06:55 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Oct 07 04:06:55 2008 +0000 |
tree | 1b1f05fafacda0945bdbb1b8e03f79bca7d5edeb | |
parent | 5344ced1381d40e996b4692e05dfbe0c643f932f [diff] [blame] |
no need to write the output to the disk git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57232 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/Alpha/add128.ll b/test/CodeGen/Alpha/add128.ll index 3f243d1..6432b2d 100644 --- a/test/CodeGen/Alpha/add128.ll +++ b/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) {