From: Daniel Sanders Date: Thu, 25 Sep 2014 13:08:51 +0000 (+0000) Subject: Add llvm_unreachables() for [ASZ]ExtUpper to X86FastISel.cpp to appease the buildbots. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1d545d9acbc2b9090f059093a171ddcfc4e72c54;p=oota-llvm.git Add llvm_unreachables() for [ASZ]ExtUpper to X86FastISel.cpp to appease the buildbots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218452 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86FastISel.cpp b/lib/Target/X86/X86FastISel.cpp index 36cde6b4c3b..828e251e753 100644 --- a/lib/Target/X86/X86FastISel.cpp +++ b/lib/Target/X86/X86FastISel.cpp @@ -2801,6 +2801,9 @@ bool X86FastISel::fastLowerCall(CallLoweringInfo &CLI) { // VExt has not been implemented, so this should be impossible to reach // for now. However, fallback to Selection DAG isel once implemented. return false; + case CCValAssign::AExtUpper: + case CCValAssign::SExtUpper: + case CCValAssign::ZExtUpper: case CCValAssign::FPExt: llvm_unreachable("Unexpected loc info!"); case CCValAssign::Indirect: