From 3a46221d0b09992d55850a51dc9f50f68f5be6cd Mon Sep 17 00:00:00 2001 From: Andrew Lenharth Date: Wed, 6 Apr 2005 20:59:03 +0000 Subject: [PATCH] simplified git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21119 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Alpha/s4addq.ll | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/CodeGen/Alpha/s4addq.ll b/test/CodeGen/Alpha/s4addq.ll index 4c96690ef24..db211a2bf36 100644 --- a/test/CodeGen/Alpha/s4addq.ll +++ b/test/CodeGen/Alpha/s4addq.ll @@ -1,11 +1,6 @@ ; Make sure this testcase codegens to the S4ADDQ instruction ; RUN: llvm-as < %s | llc -march=alpha | grep 'S4ADDQ' -target endian = little -target pointersize = 64 -target triple = "alphapca56-unknown-linux-gnu" -deplibs = [ "c", "crtend" ] - implementation ; Functions: long %bar(long %x, long %y) {