r83391 was completely broken since Twines keep references to their inputs, and
authorJeffrey Yasskin <jyasskin@google.com>
Tue, 6 Oct 2009 21:45:26 +0000 (21:45 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Tue, 6 Oct 2009 21:45:26 +0000 (21:45 +0000)
commit0b22873adc26711e44a6f2e06eb0e97a01787594
treea9a6407f623153c6430f2c63739392212ce45366
parentec1d81c3898753a78c934cd4aae50032d9483e53
r83391 was completely broken since Twines keep references to their inputs, and
some of the inputs were temporaries.  Here's a real fix for the miscompilation.
Thanks to sabre for pointing out the problem.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83417 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Triple.cpp