Revert "Target/AMDGPU/AMDILIntrinsicInfo.cpp: Use llvm_unreachable() in nonreturn...
authorTom Stellard <thomas.stellard@amd.com>
Mon, 16 Jul 2012 18:19:37 +0000 (18:19 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 16 Jul 2012 18:19:37 +0000 (18:19 +0000)
This reverts commit 4ba4acc1bc2561b944a571edbb6a2dc78e357dfe.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160296 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AMDGPU/AMDILIntrinsicInfo.cpp

index d5682cafd5bde1e4b687145aeb02aea3da53c6b1..01dae336dfb53839e33f0072409f146e0f3fb9e4 100644 (file)
@@ -89,5 +89,5 @@ AMDILIntrinsicInfo::getDeclaration(Module *M, unsigned IntrID,
   //Silence a warning
   AttrListPtr List = getAttributes((AMDGPUIntrinsic::ID)IntrID);
   (void)List;
-  llvm_unreachable("Not implemented");
+  assert(!"Not implemented");
 }