From 8d4acd715a87c5e406f13e208b70e129a11e6901 Mon Sep 17 00:00:00 2001 From: Duraid Madina Date: Thu, 12 Jan 2006 02:50:34 +0000 Subject: [PATCH] verily, sabre did leave and yea! Saem said "ARRR." meanwhile, the pinksias and the campfires and the ET forests glowed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25240 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/SparcV8/xnor.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/SparcV8/xnor.ll b/test/CodeGen/SparcV8/xnor.ll index d4f1921f133..52b54100905 100644 --- a/test/CodeGen/SparcV8/xnor.ll +++ b/test/CodeGen/SparcV8/xnor.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -march=sparcv8 -disable-v8-dag-isel=false && -; RUN: llvm-as < %s | llc -march=sparcv8 -disable-v8-dag-isel=false | grep xnor | wc -l | grep 2 +; RUN: llvm-as < %s | llc -march=sparcv8 -enable-v8-dag-isel=true && +; RUN: llvm-as < %s | llc -march=sparcv8 -enable-v8-dag-isel=true | grep xnor | wc -l | grep 2 int %test1(int %X, int %Y) { %A = xor int %X, %Y -- 2.34.1