From: Duraid Madina Date: Thu, 12 Jan 2006 02:50:34 +0000 (+0000) Subject: verily, sabre did leave X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8d4acd715a87c5e406f13e208b70e129a11e6901;p=oota-llvm.git 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 --- 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