From 7784171721b7bc85732c302ab4c6fe2122b9a48d Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Fri, 1 Apr 2016 15:45:33 +0000 Subject: [PATCH] [PGOProfile] Rename a test to make it more reusable, NFC llvm-svn: 265144 --- .../PGOProfile/{inlineasm.ll => do-not-instrument.ll} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename llvm/test/Transforms/PGOProfile/{inlineasm.ll => do-not-instrument.ll} (92%) diff --git a/llvm/test/Transforms/PGOProfile/inlineasm.ll b/llvm/test/Transforms/PGOProfile/do-not-instrument.ll similarity index 92% rename from llvm/test/Transforms/PGOProfile/inlineasm.ll rename to llvm/test/Transforms/PGOProfile/do-not-instrument.ll index 70b9c081d10f..98a3eec5d537 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