[PATCH] D15512: Polish atomic pointers
    JF Bastien via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Dec 17 11:31:20 PST 2015
    
    
  
jfb marked 2 inline comments as done.
jfb added a comment.
Comments addressed, PTAL.
================
Comment at: lib/IR/Verifier.cpp:2760
@@ +2759,3 @@
+               ElTy->isFloatingPointTy(),
+           "atomic load operand must have integer, pointer, or floating point "
+           "type!",
----------------
Right you are. Fixed.
http://reviews.llvm.org/D15512
    
    
More information about the llvm-commits
mailing list