]> granicus.if.org Git - clang/commitdiff
Add bug number to FIXME comment.
authorNico Weber <nicolasweber@gmx.de>
Tue, 22 Sep 2015 00:51:10 +0000 (00:51 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 22 Sep 2015 00:51:10 +0000 (00:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248235 91177308-0d34-0410-b5e6-96231b3b80d8

test/Headers/ms-intrin.cpp

index 9b3c6c97090a8ddc5849a2758c7535f9b28b9827..7775c95fc72fe553a96085db686a34aa7b7faffa 100644 (file)
@@ -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);