diff options
author | Chad Rosier <mcrosier@apple.com> | 2013-02-20 23:57:30 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2013-02-20 23:57:30 +0000 |
commit | 4ffec108a927606c51ea6fe1f3a13863d50d1c48 (patch) | |
tree | 4d02c3d5fb0614b389155b7ee8d3e94190ba0a3d /lib/Analysis/ConstantFolding.cpp | |
parent | 9bd7c3cc1306b6b2abc472d1e6ca2f7d0f3f3fbb (diff) |
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175692 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/ConstantFolding.cpp')
-rw-r--r-- | lib/Analysis/ConstantFolding.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Analysis/ConstantFolding.cpp b/lib/Analysis/ConstantFolding.cpp index c6aff9db60..c99925deb8 100644 --- a/lib/Analysis/ConstantFolding.cpp +++ b/lib/Analysis/ConstantFolding.cpp @@ -1162,8 +1162,7 @@ llvm::canConstantFoldCallTo(const Function *F) { switch (Name[0]) { default: return false; case 'a': - return Name == "acos" || Name == "asin" || - Name == "atan" || Name == "atan2"; + return Name == "acos" || Name == "asin" || Name == "atan" || Name =="atan2"; case 'c': return Name == "cos" || Name == "ceil" || Name == "cosf" || Name == "cosh"; case 'e': |