Fix test case to work with -Asserts builds.
authorChih-Hung Hsieh <chh@google.com>
Mon, 10 Aug 2015 20:58:54 +0000 (20:58 +0000)
committerChih-Hung Hsieh <chh@google.com>
Mon, 10 Aug 2015 20:58:54 +0000 (20:58 +0000)
commit00b6f749354e9dab19fb5eac66cbfb5f6a67b3b6
tree7964c27415f41921e0229181fba5b9df47107932
parentb7e4aab40cd4eb66c07f496c358a0cc0d716ce34
Fix test case to work with -Asserts builds.

When clang is built with -DLLVM_ENABLE_ASSERTIONS=Off,
it does not create names for IR values.

Differential Revision: http://reviews.llvm.org/D11437

llvm-svn: 244502
clang/test/CodeGen/x86_64-fp128.c