summaryrefslogtreecommitdiff
path: root/Source/Core/Absy.cs
diff options
context:
space:
mode:
authorGravatar qadeer <qadeer@microsoft.com>2012-05-24 16:39:53 -0700
committerGravatar qadeer <qadeer@microsoft.com>2012-05-24 16:39:53 -0700
commit24d95742398c646d2dbb42ff8301d6b714617620 (patch)
treea7e85812aa517602b2ff06caa116c71be57be15e /Source/Core/Absy.cs
parent828a2c081cb113a266986b50cec0ac93a6c2b27f (diff)
more refactoring in stratified inlining
Diffstat (limited to 'Source/Core/Absy.cs')
-rw-r--r--Source/Core/Absy.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/Absy.cs b/Source/Core/Absy.cs
index bdc74152..06c63307 100644
--- a/Source/Core/Absy.cs
+++ b/Source/Core/Absy.cs
@@ -2438,6 +2438,10 @@ namespace Microsoft.Boogie {
}
}
+ if (CommandLineOptions.Clo.StratifiedInlining > 0) {
+ return !QKeyValue.FindBoolAttribute(Attributes, "entrypoint");
+ }
+
return false;
}
}