summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Transforms/PGOProfile/do-not-instrument.ll (renamed from llvm/test/Transforms/PGOProfile/inlineasm.ll)3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Transforms/PGOProfile/inlineasm.ll b/llvm/test/Transforms/PGOProfile/do-not-instrument.ll
index 70b9c081d10..98a3eec5d53 100644
--- a/llvm/test/Transforms/PGOProfile/inlineasm.ll
+++ b/llvm/test/Transforms/PGOProfile/do-not-instrument.ll
@@ -3,7 +3,8 @@
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx10.12.0"
-define i32 @main() {
+define i32 @f1() {
+; CHECK-LABEL: @f1
entry:
; CHECK: call void @llvm.instrprof.increment
; CHECK-NOT: ptrtoint void (i8*)* asm sideeffect
OpenPOWER on IntegriCloud