Oops. s/#if defined(USE_OPROFILE)/#if USE_OPROFILE/. We #define
authorJeffrey Yasskin <jyasskin@google.com>
Fri, 10 Jul 2009 22:13:21 +0000 (22:13 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Fri, 10 Jul 2009 22:13:21 +0000 (22:13 +0000)
commitdd9f8bbc20c3941efb4923e5f3a462c73a80713a
tree91ef8c492d66b35fb5ec748f1f3cd53600e9a5df
parent7a4e464da252ced3a6db8b1abde92ab14a4eedca
Oops. s/#if defined(USE_OPROFILE)/#if USE_OPROFILE/. We #define
USE_OPROFILE to 0 on some paths through configure, which does the
wrong thing with #if defined().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75300 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp