From: Duncan Sands Date: Wed, 25 Feb 2009 11:51:54 +0000 (+0000) Subject: The C backend does not support arbitrary precision integers. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=50723a94f4bb7f1aa3851a6af724021aad4c923d;p=oota-llvm.git The C backend does not support arbitrary precision integers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65447 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e1c62c94750..5fc9f6c8f5a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -585,6 +585,7 @@ appropriate nops inserted to ensure restartability. C++ programs, preventing intermixing between C++ compiled by the CBE and C++ code compiled with llc or native compilers.
  • The C backend does not support all exception handling constructs.
  • +
  • The C backend does not support arbitrary precision integers.