aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/and-or-not.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/and-or-not.ll')
-rw-r--r--test/Transforms/InstCombine/and-or-not.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/and-or-not.ll b/test/Transforms/InstCombine/and-or-not.ll
index 37ec3bc1aa..bd878b04a3 100644
--- a/test/Transforms/InstCombine/and-or-not.ll
+++ b/test/Transforms/InstCombine/and-or-not.ll
@@ -4,7 +4,7 @@
; PR1510
-; These are all equivelent to A^B
+; These are all equivalent to A^B
define i32 @test1(i32 %a, i32 %b) {
entry: