Test commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160631 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Micah Villmow 2012-07-23 16:37:24 +00:00
parent c1deb67d78
commit f79c031bdc

View File

@ -2372,3 +2372,4 @@ int f(double x) { return __builtin_fabs(x) < 0.0; }
should fold to false.
//===---------------------------------------------------------------------===//