Specutively revert r178130.
authorBill Wendling <isanbard@gmail.com>
Wed, 27 Mar 2013 17:54:41 +0000 (17:54 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 27 Mar 2013 17:54:41 +0000 (17:54 +0000)
commitd99a29e9847815d628791e246dbdd50c6371c43d
tree9d9b76eebba0beeadfbb59d4e557da785c1354d0
parent354504320b4984eebf918bec02dc4c248e0b309b
Specutively revert r178130.

This may be causing a failure on some buildbots:

Referencing function in another module!
  tail call fastcc void @_ZL11EvaluateOpstPtRj(i16 zeroext %17, i16* %Vals, i32* %NumVals), !dbg !219
Referencing function in another module!
  tail call fastcc void @_ZL11EvaluateOpstPtRj(i16 zeroext %19, i16* %Vals, i32* %NumVals), !dbg !221
Broken module found, compilation aborted!
Stack dump:
0.    Running pass 'Function Pass Manager' on module 'ld-temp.o'.
1.    Running pass 'Module Verifier' on function '@_ZL11EvaluateOpstPtRj'
clang: error: unable to execute command: Illegal instruction: 4
clang: error: linker command failed due to signal (use -v to see invocation)

<rdar://problem/13516485>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178156 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Linker/LinkModules.cpp