Remove obviously incorrect branch.

llvm-svn: 149084
This commit is contained in:
Joerg Sonnenberger 2012-01-26 21:58:37 +00:00
parent 91960f4abb
commit f8ce8575aa
1 changed files with 1 additions and 2 deletions

View File

@ -1684,8 +1684,7 @@ NetBSD::NetBSD(const Driver &D, const llvm::Triple& Triple,
// doesn't work.
// FIXME: It'd be nicer to test if this directory exists, but I'm not sure
// what all logic is needed to emulate the '=' prefix here.
if (Triple.getArch() == llvm::Triple::x86 ||
Triple.getArch() == llvm::Triple::ppc)
if (Triple.getArch() == llvm::Triple::x86)
getFilePaths().push_back("=/usr/lib/i386");
getFilePaths().push_back("=/usr/lib");