Guard mutation of the timing info global.
[oota-llvm.git] / lib / VMCore / IntrinsicInst.cpp
index c440275fc3a09673cede716086306f8df7dd3ffe..8bdc96896c51620cf176790f0071248edd053be7 100644 (file)
@@ -60,7 +60,7 @@ Value *DbgInfoIntrinsic::StripCast(Value *C) {
 
 Value *DbgStopPointInst::getFileName() const {
   // Once the operand indices are verified, update this assert
-  assert(LLVMDebugVersion == (6 << 16) && "Verify operand indices");
+  assert(LLVMDebugVersion == (7 << 16) && "Verify operand indices");
   GlobalVariable *GV = cast<GlobalVariable>(getContext());
   if (!GV->hasInitializer()) return NULL;
   ConstantStruct *CS = cast<ConstantStruct>(GV->getInitializer());
@@ -69,7 +69,7 @@ Value *DbgStopPointInst::getFileName() const {
 
 Value *DbgStopPointInst::getDirectory() const {
   // Once the operand indices are verified, update this assert
-  assert(LLVMDebugVersion == (6 << 16) && "Verify operand indices");
+  assert(LLVMDebugVersion == (7 << 16) && "Verify operand indices");
   GlobalVariable *GV = cast<GlobalVariable>(getContext());
   if (!GV->hasInitializer()) return NULL;
   ConstantStruct *CS = cast<ConstantStruct>(GV->getInitializer());