]> granicus.if.org Git - llvm/commit
Merge 81888 from mainline.
authorTanya Lattner <tonic@nondot.org>
Wed, 16 Sep 2009 01:14:55 +0000 (01:14 +0000)
committerTanya Lattner <tonic@nondot.org>
Wed, 16 Sep 2009 01:14:55 +0000 (01:14 +0000)
commit15a6377b2927930a13ddf7e359ec190ef6819b1e
treec2093aba21be397a53faa6e956bbf032106e1443
parentb580bd1eb2cedb51fdc2944ff7a42d9ac6898f4f
Merge 81888 from mainline.
Change the marker byte for stubs from 0xcd to 0xce (another form of
interrupt instruction, which shouldn't arise any other way).  0xcd is
also used by JITMemoryManager to initialize the buffer to garbage,
which means it could appear following a noreturn call even when
that is not a stub, confusing X86CompilationCallback2.  PR 4929.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_26@81981 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86JITInfo.cpp