InstrProfTest.cpp: Don't assume string literals are always merged.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 27 Dec 2015 06:18:57 +0000 (06:18 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 27 Dec 2015 06:18:57 +0000 (06:18 +0000)
commitaee63adab4f7ce3c891dc847906c1afeeba9f246
tree600cc7606ac616241f15da011044143c71106626
parent2b72c52b3f59fa81cec631c63c08b189104f2dac
InstrProfTest.cpp: Don't assume string literals are always merged.

MSC18 Debug didn't merge them.

FIXME: I tweaked just to appease a builder. Almost string literals should be addressed identically there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256459 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ProfileData/InstrProfTest.cpp