[SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x) under -ffast-math.
[oota-llvm.git] / test / Transforms / SCCP / apint-basictest.ll
index c03bfef74301da07a0c57c75d3365ae980a0d0cd..f6ef1ab3f23b9f5baaacac7d91074bc4296f3422 100644 (file)
@@ -1,4 +1,4 @@
-; This is a basic sanity check for constant propogation.  The add instruction 
+; This is a basic sanity check for constant propagation.  The add instruction
 ; should be eliminated.
 
 ; RUN: opt < %s -sccp -S | not grep add