From ec3a78f7adec15649d9d5885397ef3e11c6897e5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 7 Nov 2004 07:46:15 +0000 Subject: [PATCH] Revert back to r1.1, I'm just thoroughly confused :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17571 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2004-01-20-MaxLongLong.llx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/Assembler/2004-01-20-MaxLongLong.llx b/test/Assembler/2004-01-20-MaxLongLong.llx index 691cf5ee65a..a55fcd6e8c0 100644 --- a/test/Assembler/2004-01-20-MaxLongLong.llx +++ b/test/Assembler/2004-01-20-MaxLongLong.llx @@ -1,5 +1,4 @@ -; RUN: llvm-as < %s -o /dev/null -f +; RUN: llvm-as < %s | llvm-dis | grep 9223372036854775808 -global long -9223372036854775808 ; :0 [#uses=0] +global long -9223372036854775808 -implementation ; Functions: -- 2.34.1