From: Nico Weber Date: Tue, 22 Sep 2015 00:51:10 +0000 (+0000) Subject: Add bug number to FIXME comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c778dba8d43c16e98cfd5774b8bfe7e50828a60c;p=clang Add bug number to FIXME comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248235 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Headers/ms-intrin.cpp b/test/Headers/ms-intrin.cpp index 9b3c6c9709..7775c95fc7 100644 --- a/test/Headers/ms-intrin.cpp +++ b/test/Headers/ms-intrin.cpp @@ -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);