summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86FastISel.cpp
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-09-25 13:08:51 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-09-25 13:08:51 +0000
commit621589e7c0c2fcf65cff68a5d667eb1307a2ae5c (patch)
tree72f063665b478c47eeb4cb8679eb6c7504d289b5 /llvm/lib/Target/X86/X86FastISel.cpp
parentae275e38a209074edee02734f10edc3939cf3758 (diff)
downloadbcm5719-llvm-621589e7c0c2fcf65cff68a5d667eb1307a2ae5c.tar.gz
bcm5719-llvm-621589e7c0c2fcf65cff68a5d667eb1307a2ae5c.zip
Add llvm_unreachables() for [ASZ]ExtUpper to X86FastISel.cpp to appease the buildbots.
llvm-svn: 218452
Diffstat (limited to 'llvm/lib/Target/X86/X86FastISel.cpp')
-rw-r--r--llvm/lib/Target/X86/X86FastISel.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86FastISel.cpp b/llvm/lib/Target/X86/X86FastISel.cpp
index 36cde6b4c3b..828e251e753 100644
--- a/llvm/lib/Target/X86/X86FastISel.cpp
+++ b/llvm/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:
OpenPOWER on IntegriCloud