Test revert of test changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160632 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Micah Villmow 2012-07-23 16:42:45 +00:00
parent f79c031bdc
commit 9a7963947c

View File

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