summaryrefslogtreecommitdiff
path: root/src/dep.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/dep.cc')
-rw-r--r--src/dep.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dep.cc b/src/dep.cc
index 7439dd2..8dc55fb 100644
--- a/src/dep.cc
+++ b/src/dep.cc
@@ -381,7 +381,7 @@ std::vector<DependenceVector> DependenceVector::permute(
}
if (((violated == 1) && !quasi) && !is_scalar_dependence) {
- throw ir_error("dependence violation");
+ throw chill::error::ir("dependence violation");
}