From c778dba8d43c16e98cfd5774b8bfe7e50828a60c Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 22 Sep 2015 00:51:10 +0000 Subject: [PATCH] Add bug number to FIXME comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248235 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Headers/ms-intrin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1