diff options
author | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-07-16 18:56:29 +0000 |
---|---|---|
committer | Anand Shukla <ashukla@cs.uiuc.edu> | 2002-07-16 18:56:29 +0000 |
commit | 09038eec7b7dbe1704886ee67339aa93cbc67cd1 (patch) | |
tree | b645aecb61b0efb26147256778354c7809bd433d /llvm/lib/Transforms/Instrumentation | |
parent | 506f8516c6e279847c0fa405709be04e62e715ed (diff) | |
download | bcm5719-llvm-09038eec7b7dbe1704886ee67339aa93cbc67cd1.tar.gz bcm5719-llvm-09038eec7b7dbe1704886ee67339aa93cbc67cd1.zip |
removed this directory
llvm-svn: 2927
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile b/llvm/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile deleted file mode 100644 index 6b1ad6e6928..00000000000 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/EmitFunctions/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -LEVEL = ../../../../.. - -LIBRARYNAME = emitfuncs -include $(LEVEL)/Makefile.common - |