[llvm] r205036 - Remove bogus test.
Rafael Espindola
rafael.espindola at gmail.com
Fri Mar 28 12:26:05 PDT 2014
Author: rafael
Date: Fri Mar 28 14:26:05 2014
New Revision: 205036
URL: http://llvm.org/viewvc/llvm-project?rev=205036&view=rev
Log:
Remove bogus test.
It was using "lc -filetype=obj" just to pass the result to
"llvm-objdupm -disassemble" and then filecheck assembly.
The CHECK-NOT would never match anyway since it was missing $.
Removed:
llvm/trunk/test/MC/Mips/lea_64.ll
Removed: llvm/trunk/test/MC/Mips/lea_64.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Mips/lea_64.ll?rev=205035&view=auto
==============================================================================
--- llvm/trunk/test/MC/Mips/lea_64.ll (original)
+++ llvm/trunk/test/MC/Mips/lea_64.ll (removed)
@@ -1,18 +0,0 @@
-; RUN: llc -march=mips64el -filetype=obj -mcpu=mips64r2 %s -o - \
-; RUN: | llvm-objdump -disassemble -triple mips64el - \
-; RUN: | FileCheck %s
-
- at p = external global i32*
-
-define void @f1() nounwind {
-entry:
-; CHECK: .text:
-; CHECK-NOT: addiu {{[0-9,a-f]+}}, {{[0-9,a-f]+}}, {{[0-9]+}}
-
- %a = alloca [10 x i32], align 4
- %arraydecay = getelementptr inbounds [10 x i32]* %a, i64 0, i64 0
- store i32* %arraydecay, i32** @p, align 8
- ret void
-
-; CHECK: jr $ra
-}
More information about the llvm-commits
mailing list