Use a predicate function to identify bitcast of fp and integer instead of
authorReid Spencer <rspencer@reidspencer.com>
Sun, 17 Dec 2006 20:24:50 +0000 (20:24 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 17 Dec 2006 20:24:50 +0000 (20:24 +0000)
commit225866469fa5a69f240fa67e0aa270c1b32fd35b
tree31c3761493bea93e8ee38997d1841116bca7b6d4
parent941cfda9c58a1568fd74779e6241fc8ead0cbed7
Use a predicate function to identify bitcast of fp and integer instead of
repeating the logic in two different parts of the code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32643 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp