summaryrefslogtreecommitdiffstats
path: root/src/test/codegen/instrument-mcount.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/codegen/instrument-mcount.rs')
-rw-r--r--src/test/codegen/instrument-mcount.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test/codegen/instrument-mcount.rs b/src/test/codegen/instrument-mcount.rs
deleted file mode 100644
index b26076e7a..000000000
--- a/src/test/codegen/instrument-mcount.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-//
-// compile-flags: -Z instrument-mcount
-
-#![crate_type = "lib"]
-
-// CHECK: attributes #{{.*}} "frame-pointer"="all" "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}"
-pub fn foo() {}