diff options
author | Adrian Prantl <aprantl@apple.com> | 2014-04-02 22:17:30 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2014-04-02 22:17:30 +0000 |
commit | fd43f6ba3b916566dfe9e153d946c0cb702998c5 (patch) | |
tree | 209ccbb32d2a0ee6cdd82b29dd552b1907b4b4ad | |
parent | c2c751312e328556388f5cf2585f3b655935af25 (diff) | |
download | bcm5719-llvm-fd43f6ba3b916566dfe9e153d946c0cb702998c5.tar.gz bcm5719-llvm-fd43f6ba3b916566dfe9e153d946c0cb702998c5.zip |
typo
llvm-svn: 205473
-rw-r--r-- | llvm/test/Transforms/ConstantHoisting/X86/const-base-addr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/ConstantHoisting/X86/const-base-addr.ll b/llvm/test/Transforms/ConstantHoisting/X86/const-base-addr.ll index ffd51b5c068..01e6cdfd2a5 100644 --- a/llvm/test/Transforms/ConstantHoisting/X86/const-base-addr.ll +++ b/llvm/test/Transforms/ConstantHoisting/X86/const-base-addr.ll @@ -5,7 +5,7 @@ target triple = "x86_64-apple-macosx10.9.0" %T = type { i32, i32, i32, i32 } -; Test if even cheap base addreses are hoisted. +; Test if even cheap base addresses are hoisted. define i32 @test1() nounwind { ; CHECK-LABEL: @test1 ; CHECK: %const = bitcast i32 12345678 to i32 |