Another portability fix provided via Casey Carter:
authorChris Lattner <sabre@nondot.org>
Fri, 13 Sep 2002 14:47:12 +0000 (14:47 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Sep 2002 14:47:12 +0000 (14:47 +0000)
commitf90a0e4bd7c99788d85655e9f52c63a3a58f7431
treeb58ad67801deb906d69315146baf08a77959da25
parent8b77be22f50cfdcdff63b7de3b6b391ec2f010f6
Another portability fix provided via Casey Carter:

ISSUE: getTimeRecord in lib/VMCore/Pass.cpp uses timeval and
gettimeofday() without including sys/time.h.

ACTION: Include sys/time.h.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3699 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Pass.cpp