]> granicus.if.org Git - clang/commit
Fix test case to appease buildbot.
authorAkira Hatanaka <ahatanaka@apple.com>
Fri, 3 Jul 2015 00:50:30 +0000 (00:50 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Fri, 3 Jul 2015 00:50:30 +0000 (00:50 +0000)
commitcf8b8c997b3ac5e8b178cf79485ce53c3b859905
treea30cf3a1643ca6b233a06ed0d3b61a7ebc9cc7f6
parenteb4602db1a5063263d3fae4b271ab0243446cc38
Fix test case to appease buildbot.

Test case trap-fnattr.cpp was failng on clang-ppc64-elf-linux2 because ppc64
sign-extends the i32 return value.

This is a follow-up to r241306.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241314 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGenCXX/trap-fnattr.cpp