r248235 - Add bug number to FIXME comment.
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 21 17:51:10 PDT 2015
Author: nico
Date: Mon Sep 21 19:51:10 2015
New Revision: 248235
URL: http://llvm.org/viewvc/llvm-project?rev=248235&view=rev
Log:
Add bug number to FIXME comment.
Modified:
cfe/trunk/test/Headers/ms-intrin.cpp
Modified: cfe/trunk/test/Headers/ms-intrin.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Headers/ms-intrin.cpp?rev=248235&r1=248234&r2=248235&view=diff
==============================================================================
--- cfe/trunk/test/Headers/ms-intrin.cpp (original)
+++ cfe/trunk/test/Headers/ms-intrin.cpp Mon Sep 21 19:51:10 2015
@@ -53,7 +53,7 @@ void f() {
__readmsr(0);
// FIXME: Call these in 64-bit too once the intrinsics have been fixed to
- // work there.
+ // work there, PR19301
#ifndef _M_X64
__readcr3();
__writecr3(0);
More information about the cfe-commits
mailing list