From ae2c56d93e61204a634544bb3d9389adfcc060cb Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Mon, 10 Mar 2008 19:38:10 +0000 Subject: Default ISD::PREFETCH to expand. llvm-svn: 48169 --- llvm/lib/Target/IA64/IA64ISelLowering.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Target/IA64/IA64ISelLowering.cpp') diff --git a/llvm/lib/Target/IA64/IA64ISelLowering.cpp b/llvm/lib/Target/IA64/IA64ISelLowering.cpp index dd330db33e0..2ec08b60b6f 100644 --- a/llvm/lib/Target/IA64/IA64ISelLowering.cpp +++ b/llvm/lib/Target/IA64/IA64ISelLowering.cpp @@ -109,7 +109,6 @@ IA64TargetLowering::IA64TargetLowering(TargetMachine &TM) setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand); setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i64, Expand); - setOperationAction(ISD::PREFETCH , MVT::Other, Expand); // Thread Local Storage setOperationAction(ISD::GlobalTLSAddress, MVT::i64, Custom); -- cgit v1.2.3