Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.
[oota-llvm.git] / include / llvm / IntrinsicInst.h
index 24e5fe7845fe87a2ed9cba8c1c137457640ae8b3..42862011ac7a87a28e35194a7c55cecb43d36f33 100644 (file)
@@ -170,7 +170,7 @@ namespace llvm {
       setArgOperand(4, V);
     }
 
-    const Type *getAlignmentType() const {
+    Type *getAlignmentType() const {
       return getArgOperand(3)->getType();
     }